summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2008-03-07 00:20:45 +0100
committerpancake <pancake@dazo>2008-03-07 00:20:45 +0100
commitedac98d26ee29bbdc3e16be8ecec5cbfff80482f (patch)
tree100f244d6a80590c3a7641b3dcdd452309c788d0 /Makefile
parent83c25d7eb267f866968c7806c4afacf00fdfead5 (diff)
download0xFFFF-edac98d26ee29bbdc3e16be8ecec5cbfff80482f.tar.bz2
* Shift doc/faq to doc/faq20.3.9
* Add 'doc/faq' with most used commands * -e can be used with -u to specify the path to extract the files * Remove gui directory - GUI source is in src/gui - Incrusted inside the build and install targets (ignores build and install errors)
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: