diff options
Diffstat (limited to 'share/hackvr/examples/calendar/Makefile')
| -rw-r--r-- | share/hackvr/examples/calendar/Makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/share/hackvr/examples/calendar/Makefile b/share/hackvr/examples/calendar/Makefile index 2027b18..1646279 100644 --- a/share/hackvr/examples/calendar/Makefile +++ b/share/hackvr/examples/calendar/Makefile @@ -1,8 +1,7 @@  PREFIX:=/usr/local -all: calvr hackvr_coproc +all: calvr  	@echo using PREFIX: $(PREFIX)  install:  	install -t $(PREFIX)/bin calvr -	install -t $(PREFIX)/bin hackvr_coproc | 
