summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2019-08-03 07:36:44 -0500
committerepoch <epoch@hacking.allowed.org>2019-08-03 07:36:44 -0500
commitf35327185e712d248ee5871da228894afb9f13ba (patch)
tree1cc084aae104a072e1502a6132e98e0cd6422a44 /src
parent3e69af211ba3eebcd6021f0720dde51dbbee433e (diff)
downloadhackvr-f35327185e712d248ee5871da228894afb9f13ba.tar.gz
hackvr-f35327185e712d248ee5871da228894afb9f13ba.zip
added all dep to makefile target "install"
Diffstat (limited to 'src')
-rw-r--r--src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 01d2db6..3a2c697 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -59,7 +59,7 @@ graphics_c2_opengl.o: LDLIBS=-lm -lidc -lGL -lGLU -lglut
graphics_cs_opengl.o: LDLIBS=-lm -lidc -lGL -lGLU -lglut
math.o: LDLIBS=-lm -lidc
-install:
+install: all
mkdir -p $(PREFIX)/bin
install hackvr $(PREFIX)/bin/hackvr
install hackvr_headless $(PREFIX)/bin/hackvr_headless