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:
ifeq ($(platform), Windows)
dir
del \build\app.exe
dir \build
del D:\a\raylib-cpp-starter\raylib-cpp-starter\build\app.exe
else
rm $(buildFile)
endif