diff options
author | epoch <epoch@thebackupbox.net> | 2020-04-13 01:00:32 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-04-13 01:00:32 -0500 |
commit | 9931a28668db34e7f6975de1231ea23881d7c361 (patch) | |
tree | 497347b9fa4c07190ea3c0cdd3c7c863a24586fc /src/Makefile | |
parent | d30c6246ef2bd08d6420278c0c94e7173fa4a925 (diff) | |
download | hackvr-9931a28668db34e7f6975de1231ea23881d7c361.tar.gz hackvr-9931a28668db34e7f6975de1231ea23881d7c361.zip |
forgot to remove the hackvr script from the install target
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6ed9c5d..9ad35e6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -44,7 +44,6 @@ hackvr_headless.o: CFLAGS+='-DHVR_VERSION="headless"' install: all mkdir -p $(PREFIX)/bin - install -t $(PREFIX)/bin hackvr install -t $(PREFIX)/bin hackvr_headless install -t $(PREFIX)/bin hackvr_x11 install -t $(PREFIX)/bin slowcat |