Skip to content

Commit 8cf76ec

Browse files
Update Makefile : clean raygui.c & physac.c (#3296)
1 parent b0c6972 commit 8cf76ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ clean: clean_shell_$(PLATFORM_SHELL)
827827
@echo "removed all generated files!"
828828

829829
clean_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
831831
ifeq ($(PLATFORM),PLATFORM_ANDROID)
832832
rm -fv $(NATIVE_APP_GLUE)/android_native_app_glue.o
833833
endif
@@ -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

0 commit comments

Comments
 (0)