From 28a6e9ff09e926842c498dc5c580502550bbf89b Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 9 May 2016 20:49:52 +0200 Subject: add doc and test to phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3