Removed rmdir
This commit is contained in:
parent
b825e02264
commit
f26dc388db
4
Makefile
4
Makefile
@ -61,7 +61,7 @@ endif
|
|||||||
# Build the raylib static library file and copy it into lib
|
# Build the raylib static library file and copy it into lib
|
||||||
lib: submodules
|
lib: submodules
|
||||||
ifeq ($(platform), Windows)
|
ifeq ($(platform), Windows)
|
||||||
cd vendor/raylib-cpp/vendor/raylib/src && $(MAKE) PLATFORM=PLATFORM_DESKTOP
|
cd vendor/raylib-cpp/vendor/raylib/src && "$(MAKE)" PLATFORM=PLATFORM_DESKTOP
|
||||||
-mkdir lib\$(platform)
|
-mkdir lib\$(platform)
|
||||||
-robocopy "vendor\raylib-cpp\vendor\raylib\src" "lib\Windows" libraylib.a
|
-robocopy "vendor\raylib-cpp\vendor\raylib\src" "lib\Windows" libraylib.a
|
||||||
else
|
else
|
||||||
@ -89,7 +89,7 @@ execute:
|
|||||||
# Clean up all relevant files
|
# Clean up all relevant files
|
||||||
clean:
|
clean:
|
||||||
ifeq ($(platform), Windows)
|
ifeq ($(platform), Windows)
|
||||||
rmdir /S build
|
del build\app.exe
|
||||||
else
|
else
|
||||||
rm $(buildFile)
|
rm $(buildFile)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user