Skip to content

Commit

Permalink
Update Makefile : clean raygui.c & physac.c (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperUserNameMan committed Sep 7, 2023
1 parent b0c6972 commit 8cf76ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ clean: clean_shell_$(PLATFORM_SHELL)
@echo "removed all generated files!"

clean_shell_sh:
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*
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
ifeq ($(PLATFORM),PLATFORM_ANDROID)
rm -fv $(NATIVE_APP_GLUE)/android_native_app_glue.o
endif
Expand All @@ -839,4 +839,6 @@ clean_shell_cmd:
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
del $(RAYLIB_LIB_NAME).dll /s & \
del raygui.c /s & \
del physac.c /s

0 comments on commit 8cf76ec

Please sign in to comment.