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
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

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