From 31bb8f2a950a796eb310acdea9c15f788e57e8ab Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Mon, 7 Mar 2016 17:18:51 -0800 Subject: [PATCH] Remove version.h on make clean --- adsbus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@