From 06a05302b9b4b937cff46ad2618f771e8579db0d Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 28 Mar 2020 03:48:07 -0500 Subject: bunch of stuff that added proper flatten, then broke stuff again trying to make it use libhashtable --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3