Added extra debugging output for clean target

This commit is contained in:
Jonathan Moallem 2020-11-30 14:24:43 +11:00
parent 65a363ff43
commit dcd700de57

View File

@ -90,7 +90,8 @@ execute:
clean: clean:
ifeq ($(platform), Windows) ifeq ($(platform), Windows)
dir dir
del \build\app.exe dir \build
del D:\a\raylib-cpp-starter\raylib-cpp-starter\build\app.exe
else else
rm $(buildFile) rm $(buildFile)
endif endif