diff --git a/adsbus/Makefile b/adsbus/Makefile index b9953dd..85947a5 100644 --- a/adsbus/Makefile +++ b/adsbus/Makefile @@ -19,7 +19,7 @@ OBJ_PROTO = adsb.pb-c.o all: adsbus clean: - rm -rf *.o adsbus testout findings + rm -rf *.o adsbus testout findings version.h %.o: %.c *.h $(COMP) -c $(CFLAGS) $< -o $@