diff options
-rw-r--r-- | src/fsm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fsm/Makefile b/src/fsm/Makefile index e7c6fb5..988cdb7 100644 --- a/src/fsm/Makefile +++ b/src/fsm/Makefile @@ -110,6 +110,8 @@ vc.h: ../../.git/logs/HEAD echo "// This file is generated by Makefile." > vc.h echo "// Do not edit this file!" >> vc.h git log -1 --format="format:#define GIT_VERSION \"%h\"" >> vc.h + echo >> vc.h + echo >> vc.h clean: rm -f $(OBJECTS) $(BINDIR)/$(BINELF) $(BINDIR)/$(BINHEX) |