diff options
| author | SuperUserNameMan <[email protected]> | 2023-09-07 17:35:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-07 17:35:02 +0200 |
| commit | 8cf76ec113a049d60aa5d221543d35b8ddf25dcc (patch) | |
| tree | 66cb525b6110f6b4f5769b6a84462908c8c92338 | |
| parent | b0c6972e5cadb7c9e6680b8674fe378952efe668 (diff) | |
| download | raylib-8cf76ec113a049d60aa5d221543d35b8ddf25dcc.tar.gz raylib-8cf76ec113a049d60aa5d221543d35b8ddf25dcc.zip | |
Update Makefile : clean raygui.c & physac.c (#3296)
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index e9b68cd9..ed759493 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 @@ -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 |
