]> Nishi Git Mirror - ksynth.git/commitdiff
Fix Makefile `clean` command for delete non-exist files
authorkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Tue, 16 Apr 2024 11:12:44 +0000 (11:12 +0000)
committerkazu <kazu@7b47e76f-e598-2f43-bc14-414d160cc389>
Tue, 16 Apr 2024 11:12:44 +0000 (11:12 +0000)
git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@23 7b47e76f-e598-2f43-bc14-414d160cc389

Makefile

index fa180ebca0c2e77fdd37607b6bd156053075e6a4..3cddea508cdc63df2709ec6029a4de108fcbad3b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,4 +57,4 @@ format:
        clang-format -i `find . -name "*.h" -or -name "*.c"`
 
 clean:
-       rm -f out/ksynth_*.so out/ksynth_*.dll $(OBJS)
+       rm -f out/libksynth_*.so out/libksynth_*.a out/ksynth_*.dll $(OBJS)