summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b601628..e480c02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,16 @@
# Makefile - riff
+DESTDIR :=
+PREFIX := /usr
+
.PHONY: all
all: \
CDAL \
riff
-
.PHONY: riff
riff: CDAL
- cd riff/ && $(MAKE) -f riff.mk
+ cd riff/ && $(MAKE) -f riff.mk PREFIX=$(PREFIX)
.PHONY: CDAL
CDAL:
@@ -49,8 +51,6 @@ debian: clean all
rm -rf debian
rm -rf doc/man/temp
-DESTDIR :=
-PREFIX := /usr
INSTDIR = $(DESTDIR)$(PREFIX)
.PHONY: install