diff options
| author | raysan5 <[email protected]> | 2022-02-12 19:38:14 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2022-02-12 19:38:14 +0100 |
| commit | 8c9a0221a4cbb60d14c62b21666547a01c253865 (patch) | |
| tree | a8056439e647e33ddbaff4ff6a1cafe80260e809 | |
| parent | 2f3fc41c33d4d380cdfd251a7e9987758202c5ae (diff) | |
| download | raylib-8c9a0221a4cbb60d14c62b21666547a01c253865.tar.gz raylib-8c9a0221a4cbb60d14c62b21666547a01c253865.zip | |
Update Makefile
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 279f39cd..20809be1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -766,7 +766,7 @@ clean: clean_shell_$(PLATFORM_SHELL) 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* ifeq ($(PLATFORM),PLATFORM_ANDROID) - rm -rf $(ANDROID_TOOLCHAIN) $(NATIVE_APP_GLUE)/android_native_app_glue.o + rm -fv $(NATIVE_APP_GLUE)/android_native_app_glue.o endif # Set specific target variable |
