summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7dafa38..2d0869b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,17 @@
PREFIX?=/usr/local
-all:
+all: logot
cd src && ${MAKE} all
+
+static: logot
+ cd libusb && ${MAKE} all
+ cd src && ${MAKE} static
+
+allusb: logot
+ cd libusb && ${MAKE} all
+ cd src && ${MAKE} allusb
+
+logot:
cd logotool && ${MAKE} all
clean: