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