From 1b1b5db051e99bd7070fd996d46af4f88d030452 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Sat, 7 Apr 2018 14:35:50 +0200 Subject: [PATCH] Unbundle libsvm --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 5a13baa..d2ba5cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ TARGETS = \ ptools \ - libsvm \ wrapper \ feature @@ -9,8 +8,6 @@ all: cd $${dir}; $(MAKE); cd ..; \ done - cd libsvm; $(MAKE) lib; cd ..; - clean: -for dir in $(TARGETS); do \ cd $${dir}; $(MAKE) clean; cd ..; \ -- 2.17.2