summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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: