You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
601 B
33 lines
601 B
From ee9ed1dfd1a41a30bf9c6a5e11cf0ae4f70a37ed Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Chauvet <kwizart@gmail.com>
|
|
Date: Sat, 7 Apr 2018 14:35:50 +0200
|
|
Subject: [PATCH 07/11] 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.1
|
|
|