diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 58fc2e4..4174f5f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -34,11 +34,11 @@ graphics_cs_opengl.o: LDLIBS=-lm -lGL -lGLU -lglut math.o: LDLIBS=-lm install: - install hackvr $(PREFIX)/bin/hackvr - install hackvr_headless $(PREFIX)/bin/hackvr_headless - install hackvr_x11 $(PREFIX)/bin/hackvr_x11 - install hackvr_fb $(PREFIX)/bin/hackvr_fb - install slowcat $(PREFIX)/bin/slowcat + install -D hackvr $(PREFIX)/bin/hackvr + install -D hackvr_headless $(PREFIX)/bin/hackvr_headless + install -D hackvr_x11 $(PREFIX)/bin/hackvr_x11 + install -D hackvr_fb $(PREFIX)/bin/hackvr_fb + install -D slowcat $(PREFIX)/bin/slowcat uninstall: rm $(PREFIX)/bin/hackvr |