aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-21 12:51:46 +0200
committerMattias Andrée <maandree@kth.se>2022-07-21 12:51:46 +0200
commit3b9e1340a5919627ba52fcf133facda1fb65fc6c (patch)
tree970e5dc6c39e6614d8cddc537b27d1e7de6bf071
parentImprove makefile, change license to ISC, change code style, remove dist/ (diff)
downloadjlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.gz
jlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.bz2
jlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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