Ensure make clean works properly under Windows if RAYLIB_RELEASE_PATH is modified
This commit is contained in:
parent
d8a3782662
commit
1cca39052a
|
|
@ -745,7 +745,7 @@ clean_WINDOWS: SHELL := cmd.exe
|
|||
|
||||
clean_WINDOWS:
|
||||
del *.o /s
|
||||
cd $(RAYLIB_RELEASE_PATH)
|
||||
del lib$(RAYLIB_LIB_NAME).a /s
|
||||
del lib$(RAYLIB_LIB_NAME)dll.a /s
|
||||
cd $(RAYLIB_RELEASE_PATH) & \
|
||||
del lib$(RAYLIB_LIB_NAME).a /s & \
|
||||
del lib$(RAYLIB_LIB_NAME)dll.a /s & \
|
||||
del $(RAYLIB_LIB_NAME).dll /s
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user