Updated del command in clean

This commit is contained in:
Jonathan Moallem 2020-11-30 09:38:03 +11:00 committed by GitHub
parent f26dc388db
commit 65a363ff43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,8 @@ execute:
# Clean up all relevant files
clean:
ifeq ($(platform), Windows)
del build\app.exe
dir
del \build\app.exe
else
rm $(buildFile)
endif