]> Nishi Git Mirror - ksynth.git/commitdiff
fixing clean target
authornishi <nishi@7b47e76f-e598-2f43-bc14-414d160cc389>
Fri, 19 Apr 2024 11:05:38 +0000 (11:05 +0000)
committernishi <nishi@7b47e76f-e598-2f43-bc14-414d160cc389>
Fri, 19 Apr 2024 11:05:38 +0000 (11:05 +0000)
git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@29 7b47e76f-e598-2f43-bc14-414d160cc389

Makefile

index bacfa06c039421849fe3b053ed2c6c4c7d1b4e1c..6155bb74d3f88e0395d90e9a6e53006e3d54141f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,4 +61,4 @@ format:
        clang-format -i `find . -name "*.h" -or -name "*.c"`
 
 clean:
-       rm -f out/libksynth.so out/libksynth.a out/ksynth_*.dll $(OBJS)
+       rm -rf out $(OBJS)