summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 2 insertions, 22 deletions
diff --git a/Makefile b/Makefile
index 97fdc3a..8c71c57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,22 +1,2 @@
-include config.mk
-PREFIX?=/usr/local
-DESTDIR?=
-
-all:
- cd src && ${MAKE} all
-
-static:
- cd src && ${MAKE} static
-
-allusb:
- cd src && ${MAKE} allusb
-
-clean:
- cd src && ${MAKE} clean
-
-install:
- mkdir -p ${DESTDIR}${PREFIX}/bin
- cp src/0xFFFF ${DESTDIR}${PREFIX}/bin
-
-deinstall:
- rm -f ${DESTDIR}${PREFIX}/bin/0xFFFF
+all clean install uninstall:
+ $(MAKE) -C src $@