'make clean' should clean object files in oneoff/ too

This commit is contained in:
Oliver Jowett 2020-08-05 19:33:00 +08:00
parent c1f526b76d
commit e857d042aa
1 changed files with 1 additions and 1 deletions

View File

@ -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