mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-04 22:17:36 +00:00
Merge pull request #5 from phl0/forceGitVersionRebuild
Force git version rebuild
This commit is contained in:
commit
ef986a4ea8
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue