aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16319e2..be37846 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ DOXYFILE=$(DOCDIR)/Doxyfile
EXECS=GenSVM_train GenSVM_grid gensvm
-.PHONY: all clean tar
+.PHONY: all clean doc test
all: lib/libgensvm.a $(EXECS)