diff options
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 4b31ed5..51b48a0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -65,7 +65,6 @@ math.o: LDLIBS=-lm -lidc -lhashtable install: all mkdir -p $(PREFIX)/bin install hackvr $(PREFIX)/bin/hackvr - install -t $(PREFIX)/bin hackvr_uri install hackvr_headless $(PREFIX)/bin/hackvr_headless install hackvr_x11 $(PREFIX)/bin/hackvr_x11 install slowcat $(PREFIX)/bin/slowcat |