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