diff options
| -rw-r--r-- | share/hackvr/examples/calendar/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 | 
