Remove version.h on make clean

This commit is contained in:
Ian Gulliver
2016-03-07 17:18:51 -08:00
parent b7de1adca2
commit 31bb8f2a95

View File

@@ -19,7 +19,7 @@ OBJ_PROTO = adsb.pb-c.o
all: adsbus all: adsbus
clean: clean:
rm -rf *.o adsbus testout findings rm -rf *.o adsbus testout findings version.h
%.o: %.c *.h %.o: %.c *.h
$(COMP) -c $(CFLAGS) $< -o $@ $(COMP) -c $(CFLAGS) $< -o $@