summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-25 20:49:10 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-25 20:49:10 +0100
commitcffeb329c4fa3863af83a2ea1dbf53ba01627059 (patch)
tree6ff0a5ba8d98d78f0e7ccb0a0ad2697c9c071d8c /Makefile
parent4f6eb6e936a80432270c3e11c43fe0894aed87e9 (diff)
download0xFFFF-cffeb329c4fa3863af83a2ea1dbf53ba01627059.tar.bz2
Remove libusb from tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7068039..c40963a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,12 +9,10 @@ frontend:
-cd src/gui && ${MAKE} all
static: logot
- cd libusb && ${MAKE} all
cd src && ${MAKE} static
cd logotool && ${MAKE} static
allusb: logot
- cd libusb && ${MAKE} all
cd src && ${MAKE} allusb
logot:
@@ -22,7 +20,6 @@ logot:
clean:
cd src && ${MAKE} clean
- cd libusb && ${MAKE} clean
cd logotool && ${MAKE} clean
install: