aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:49:52 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-09 20:49:52 +0200
commit28a6e9ff09e926842c498dc5c580502550bbf89b (patch)
treeb762309d1065f02a27f1c7eb9a889d898424d3c5 /Makefile
parentadd doc and test to make (diff)
downloadgensvm-28a6e9ff09e926842c498dc5c580502550bbf89b.tar.gz
gensvm-28a6e9ff09e926842c498dc5c580502550bbf89b.zip
add doc and test to phony
Diffstat (limited to 'Makefile')
-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)