Fix typo in Makefile

This commit is contained in:
Ryan Cavicchioni 2021-03-30 13:27:58 -05:00
parent cf30eaae9b
commit 77c5f5ce18
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -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)
$(Q) $(RM) $(EXE)