Always recompile DMRGateway.o to contain latest git ID

This commit is contained in:
phl0
2017-05-23 15:41:22 +02:00
parent efb28a225f
commit cb4505be17

View File

@@ -16,8 +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