Merge pull request #5 from phl0/forceGitVersionRebuild

Force git version rebuild
This commit is contained in:
Jonathan Naylor
2017-05-23 14:55:58 +01:00
committed by GitHub

View File

@@ -16,6 +16,12 @@ DMRGateway: GitVersion.h $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<
DMRGateway.o: GitVersion.h FORCE
.PHONY: GitVersion.h
FORCE:
clean:
$(RM) DMRGateway *.o *.d *.bak *~ GitVersion.h