From a2a2bc852316274b12367fe36391c7aad0072d97 Mon Sep 17 00:00:00 2001
From: epoch <epoch@hacking.allowed.org>
Date: Thu, 13 Feb 2020 23:50:15 -0600
Subject: set default PREFIX to /usr/local

---
 share/hackvr/examples/calendar/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'share')

diff --git a/share/hackvr/examples/calendar/Makefile b/share/hackvr/examples/calendar/Makefile
index 231384d..2027b18 100644
--- a/share/hackvr/examples/calendar/Makefile
+++ b/share/hackvr/examples/calendar/Makefile
@@ -1,4 +1,7 @@
+PREFIX:=/usr/local
+
 all: calvr hackvr_coproc
+	@echo using PREFIX: $(PREFIX)
 
 install:
 	install -t $(PREFIX)/bin calvr
-- 
cgit v1.2.3