From 9931a28668db34e7f6975de1231ea23881d7c361 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 13 Apr 2020 01:00:32 -0500 Subject: forgot to remove the hackvr script from the install target --- src/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3