align with tab
This commit is contained in:
parent
01b1ff62e5
commit
a157e1210f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ ifeq ($(CMDTEST),\"\")
|
|||
# gmake
|
||||
ECOMMIT := $(shell echo \#define GIT_COMMIT "$(COMMIT)" > inc/git.h)
|
||||
EBRANCH := $(shell echo \#define GIT_BRANCH "$(BRANCH)" >> inc/git.h)
|
||||
else
|
||||
else
|
||||
ECOMMIT := $(shell echo #define GIT_COMMIT "$(COMMIT)" > inc/git.h)
|
||||
EBRANCH := $(shell echo #define GIT_BRANCH "$(BRANCH)" >> inc/git.h)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue