]> andersk Git - moira.git/commitdiff
remove old executable when making new smstest
authormar <mar>
Thu, 21 Jan 1988 16:01:21 +0000 (16:01 +0000)
committermar <mar>
Thu, 21 Jan 1988 16:01:21 +0000 (16:01 +0000)
clients/mrtest/Makefile

index 972812b00bddcc4c5ec643fa2fd79cfdadc086b9..dabeb842809bcae7c5ee1915c3495ce5251f5874 100644 (file)
@@ -20,6 +20,7 @@ CFLAGS= ${INCDIRS} ${COPTS}
 all: smstest smsfinger
 
 smstest: test_cmds.o test.o ${LIBS} 
+       rm -f smstest
        cc ${COPTS} -o $@ test_cmds.o test.o ${LIBS} ${LLIBS}
 
 smsfinger: smsfinger.o ${LIBS} 
This page took 0.45953 seconds and 5 git commands to generate.