diff options
author | epoch <epoch@thebackupbox.net> | 2020-04-07 06:51:48 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-04-07 06:51:48 -0500 |
commit | 1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3 (patch) | |
tree | 395be28b4ef60a0ab129dd5293c367f6dff6f876 /share/hackvr/examples/calendar/Makefile | |
parent | 35b84411ef9e69ab01bf0de789cce296d302110e (diff) | |
download | hackvr-1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3.tar.gz hackvr-1cca9c35f1837ba0eb324593cdb8d5778fa9b7e3.zip |
moved hackvr_coproc into main bin dir. added example uristart.conf file for hackvr URIs. fixed calvr makefile to not do hackvr_coproc
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 |