Fixed PHONY
This commit is contained in:
parent
48a59a9ec7
commit
32b27c6245
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
.PHONY: build
|
.PHONY: default debug run
|
||||||
|
|
||||||
GIT_COMMIT := $(shell git rev-parse HEAD)
|
GIT_COMMIT := $(shell git rev-parse HEAD)
|
||||||
BUILD_DATE := $(shell date -u +.%Y%m%d.%H%M%S)
|
BUILD_DATE := $(shell date -u +.%Y%m%d.%H%M%S)
|
||||||
|
|
Loading…
Reference in a new issue