aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-03-28 03:48:07 -0500
committerepoch <epoch@hacking.allowed.org>2020-03-28 03:48:07 -0500
commit06a05302b9b4b937cff46ad2618f771e8579db0d (patch)
treef761fb923cc4b5c2d743c928ff4fd2e832ab3a38 /Makefile
parentba914fb71436de69fe0b78b5270603cbe4d8ce96 (diff)
downloadhackvr-06a05302b9b4b937cff46ad2618f771e8579db0d.tar.gz
hackvr-06a05302b9b4b937cff46ad2618f771e8579db0d.zip
bunch of stuff that added proper flatten, then broke stuff again trying to make it use libhashtable
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