Fix typo in Makefile
This commit is contained in:
parent
cf30eaae9b
commit
77c5f5ce18
4
Makefile
4
Makefile
@ -7,7 +7,7 @@ ifeq ($(OS), Windows_NT)
|
|||||||
BUILD_DATE=$(shell powershell Get-Date -Format "yyyy-MM-ddThh:mm:sszzz")
|
BUILD_DATE=$(shell powershell Get-Date -Format "yyyy-MM-ddThh:mm:sszzz")
|
||||||
else
|
else
|
||||||
EXE=lume
|
EXE=lume
|
||||||
EXE=rm -f
|
RM=rm -f
|
||||||
BUILD_DATE=$(shell date --iso-8601=seconds)
|
BUILD_DATE=$(shell date --iso-8601=seconds)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -24,4 +24,4 @@ build:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
$(Q) $(RM) $(EXE)
|
$(Q) $(RM) $(EXE)
|
||||||
|
Loading…
Reference in New Issue
Block a user