diff --git a/Makefile b/Makefile index 4d58ea1..589178f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ifeq ($(OS), Windows_NT) BUILD_DATE=$(shell powershell Get-Date -Format "yyyy-MM-ddThh:mm:sszzz") else EXE=lume - EXE=rm -f + RM=rm -f BUILD_DATE=$(shell date --iso-8601=seconds) endif @@ -24,4 +24,4 @@ build: .PHONY: clean clean: - $(Q) $(RM) $(EXE) \ No newline at end of file + $(Q) $(RM) $(EXE)