mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
add comment
This commit is contained in:
parent
da2672e231
commit
128a4b95f1
1
Makefile
1
Makefile
@ -14,6 +14,7 @@ ifeq ($(CMDTEST),\"\")
|
||||
ECOMMIT := $(shell echo #define GIT_COMMIT "$(COMMIT)" > inc/git.h)
|
||||
EBRANCH := $(shell echo #define GIT_BRANCH "$(BRANCH)" >> inc/git.h)
|
||||
else
|
||||
# Either *nix or Windows with sh.exe (e.g. w64devkit)
|
||||
ECOMMIT := $(shell echo \#define GIT_COMMIT \"$(COMMIT)\" > inc/git.h)
|
||||
EBRANCH := $(shell echo \#define GIT_BRANCH \"$(BRANCH)\" >> inc/git.h)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user