diff options
author | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:12 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:12 -0500 |
commit | dd737c645037d32bd67a6ca6f377787297921421 (patch) | |
tree | 0b533d9a79d45d6bf184f93c90c5dcbcad142d07 /share/hackvr/examples/calendar | |
parent | 36da2549891d0d67ed267b3bc5336bf14b2c64de (diff) | |
parent | 7ffc20e9ae8297ea8b6f796310cf065d4186aa5b (diff) | |
download | hackvr-dd737c645037d32bd67a6ca6f377787297921421.tar.gz hackvr-dd737c645037d32bd67a6ca6f377787297921421.zip |
merged some derp in hackvr_term
Diffstat (limited to 'share/hackvr/examples/calendar')
-rw-r--r-- | share/hackvr/examples/calendar/Makefile | 3 | ||||
-rwxr-xr-x | share/hackvr/examples/calendar/hackvr_coproc | 2 |
2 files changed, 1 insertions, 4 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 diff --git a/share/hackvr/examples/calendar/hackvr_coproc b/share/hackvr/examples/calendar/hackvr_coproc deleted file mode 100755 index 8d2e127..0000000 --- a/share/hackvr/examples/calendar/hackvr_coproc +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec socat exec:hackvr "exec:$*" |