Remove version.h on make clean
This commit is contained in:
@@ -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 $@
|
||||||
|
|||||||
Reference in New Issue
Block a user