summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-11-25 20:54:22 +0100
committerPali Rohár <pali.rohar@gmail.com>2012-11-25 20:54:22 +0100
commitedb4793863b19528b3551f977c081472bea8968b (patch)
tree9037a37e5b967cb9a0c6407b0f4ccd4440577cfa /Makefile
parent880a3e084651509177b8cbcc1104f7cee3c97ac6 (diff)
download0xFFFF-edb4793863b19528b3551f977c081472bea8968b.tar.bz2
Remove old gui from tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 58156ff..97fdc3a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,12 +2,9 @@ include config.mk
PREFIX?=/usr/local
DESTDIR?=
-all: frontend
+all:
cd src && ${MAKE} all
-frontend:
- -cd src/gui && ${MAKE} all
-
static:
cd src && ${MAKE} static
@@ -19,12 +16,7 @@ clean:
install:
mkdir -p ${DESTDIR}${PREFIX}/bin
- mkdir -p ${DESTDIR}${PREFIX}/share/applications/
cp src/0xFFFF ${DESTDIR}${PREFIX}/bin
- -cp src/gui/goxf ${DESTDIR}${PREFIX}/bin
- cp 0xFFFF.desktop ${DESTDIR}${PREFIX}/share/applications/
deinstall:
rm -f ${DESTDIR}${PREFIX}/bin/0xFFFF
- rm -f ${DESTDIR}${PREFIX}/bin/goxf
- rm ${DESTDIR}${PREFIX}/share/applications/0xFFFF.desktop