diff options
author | epoch <epoch@hack.thebackupbox.net> | 2020-04-14 11:50:30 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2020-04-14 11:50:30 +0000 |
commit | 459bff40e078a3979573000a903b288bcc9a8d3f (patch) | |
tree | cd8e75a66129042803729924352de80d7a5f5041 /share/hackvr/examples/calendar/Makefile | |
parent | ede4c08f4f15a516a748f8ed89b4f6b06b845c2a (diff) | |
parent | 9f5c79eff1a3fae473bbdd12afcb77875d8548af (diff) | |
download | hackvr-459bff40e078a3979573000a903b288bcc9a8d3f.tar.gz hackvr-459bff40e078a3979573000a903b288bcc9a8d3f.zip |
Merge branch 'master' of /var/git/hackvr
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 |