diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-21 12:51:46 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-21 12:51:46 +0200 |
commit | 3b9e1340a5919627ba52fcf133facda1fb65fc6c (patch) | |
tree | 970e5dc6c39e6614d8cddc537b27d1e7de6bf071 /Makefile | |
parent | Improve makefile, change license to ISC, change code style, remove dist/ (diff) | |
download | jlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.gz jlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.bz2 jlibgamma-3b9e1340a5919627ba52fcf133facda1fb65fc6c.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |