summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 320ea65..e5c6135 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
include config.mk
PREFIX?=/usr/local
-all: logot
+all: logot frontend
cd src && ${MAKE} all
+frontend:
+ -cd src/gui && ${MAKE} all
+
static: logot
cd libusb && ${MAKE} all
cd src && ${MAKE} static
@@ -21,6 +24,7 @@ clean:
install:
cp src/0xFFFF ${PREFIX}/bin
+ -cp src/gui/goxf ${PREFIX}/bin
cp logotool/logotool ${PREFIX}/bin
deinstall: