From 870e3698122277e26c07a9d960fd9f2e08b13c73 Mon Sep 17 00:00:00 2001 From: mar Date: Thu, 21 Jan 1988 16:01:21 +0000 Subject: [PATCH] remove old executable when making new smstest --- clients/mrtest/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/mrtest/Makefile b/clients/mrtest/Makefile index 972812b0..dabeb842 100644 --- a/clients/mrtest/Makefile +++ b/clients/mrtest/Makefile @@ -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} -- 2.45.1