From 29c53dc09a6d71acb8e5715fff78e16006980d96 Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 19 Feb 2018 05:59:27 -0600 Subject: fixed src Makefile to actually create the installation target dirs (-D to install) --- src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.3