aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b24d91..252d488 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,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) *.su *.jar
+ -rm -f -- libgamma_*.h *.o *.class *.so *.so.* *.dll *.dylib *.$(LIBEXT) *.su *.jar libgamma/*.class
.SUFFIXES:
.SUFFIXES: .o .c