File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -827,7 +827,7 @@ clean: clean_shell_$(PLATFORM_SHELL)
827827 @echo " removed all generated files!"
828828
829829clean_shell_sh :
830- rm -fv * .o $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .a $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .bc $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .so*
830+ rm -fv * .o $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .a $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .bc $(RAYLIB_RELEASE_PATH ) /lib$(RAYLIB_LIB_NAME ) .so* raygui.c physac.c
831831ifeq ($(PLATFORM ) ,PLATFORM_ANDROID)
832832 rm -fv $(NATIVE_APP_GLUE)/android_native_app_glue.o
833833endif
@@ -839,4 +839,6 @@ clean_shell_cmd:
839839 cd $(RAYLIB_RELEASE_PATH ) & \
840840 del lib$(RAYLIB_LIB_NAME ) .a /s & \
841841 del lib$(RAYLIB_LIB_NAME ) dll.a /s & \
842- del $(RAYLIB_LIB_NAME ) .dll /s
842+ del $(RAYLIB_LIB_NAME ) .dll /s & \
843+ del raygui.c /s & \
844+ del physac.c /s
You can’t perform that action at this time.
0 commit comments