summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3b9f51a..131f46a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,9 @@
+PREFIX:=/usr/local
+
all: hackvr hackvr_term
.PHONY: hackvr hackvr_term clean install uninstall all
-ifeq ($(PREFIX),)
-$(error the PREFIX variable is NOT set)
-endif
-
hackvr:
$(MAKE) -C src all