diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2012-11-25 20:54:22 +0100 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2012-11-25 20:54:22 +0100 |
commit | edb4793863b19528b3551f977c081472bea8968b (patch) | |
tree | 9037a37e5b967cb9a0c6407b0f4ccd4440577cfa /Makefile | |
parent | 880a3e084651509177b8cbcc1104f7cee3c97ac6 (diff) | |
download | 0xFFFF-edb4793863b19528b3551f977c081472bea8968b.tar.bz2 |
Remove old gui from tree
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |