From e857d042aa220310e7e27bd8811197e45a504a14 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 5 Aug 2020 19:33:00 +0800 Subject: [PATCH] 'make clean' should clean object files in oneoff/ too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff64997..ab251f4 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ faup1090: faup1090.o anet.o mode_ac.o mode_s.o comm_b.o net_io.o crc.o stats.o c $(CC) -g -o $@ $^ $(LDFLAGS) $(LIBS) clean: - rm -f *.o compat/clock_gettime/*.o compat/clock_nanosleep/*.o dump1090 view1090 faup1090 cprtests crctests convert_benchmark + rm -f *.o oneoff/*.o compat/clock_gettime/*.o compat/clock_nanosleep/*.o dump1090 view1090 faup1090 cprtests crctests convert_benchmark test: cprtests ./cprtests