From: nishi Date: Fri, 19 Apr 2024 11:05:38 +0000 (+0000) Subject: fixing clean target X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1a963d4841b6d0de6158016e21ba6ac1a7f1ca11;p=ksynth.git fixing clean target git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@29 7b47e76f-e598-2f43-bc14-414d160cc389 --- diff --git a/Makefile b/Makefile index bacfa06..6155bb7 100644 --- 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)