From 3b9e1340a5919627ba52fcf133facda1fb65fc6c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 21 Jul 2022 12:51:46 +0200 Subject: Improve makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ec989a..a7b4217 100644 --- a/Makefile +++ b/Makefile @@ -90,7 +90,7 @@ run-test: Test.class ./libgamma.jar ./libgamma-java.so @env LD_LIBRARY_PATH=. java -cp .:./libgamma.jar Test clean: - -rm -f -- libgamma_*.h *.o *.class *.so *.so.* *.dll *.dylib *.$(LIBEXT) + -rm -f -- libgamma_*.h *.o *.class *.so *.so.* *.dll *.dylib *.$(LIBEXT) *.su *.jar .SUFFIXES: .SUFFIXES: .o .c -- cgit v1.2.3-70-g09d2