From efb28a225f51dd84d1b608e01bed5513669bcb88 Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 23 May 2017 15:20:06 +0200 Subject: [PATCH] Force rebuild of GitVersion.h --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 35730c2..8cef91a 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ DMRGateway: GitVersion.h $(OBJECTS) %.o: %.cpp $(CXX) $(CFLAGS) -c -o $@ $< +.PHONY: GitVersion.h + clean: $(RM) DMRGateway *.o *.d *.bak *~ GitVersion.h