diff options
| author | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:36:44 -0500 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2019-08-03 07:36:44 -0500 | 
| commit | f35327185e712d248ee5871da228894afb9f13ba (patch) | |
| tree | 1cc084aae104a072e1502a6132e98e0cd6422a44 | |
| parent | 3e69af211ba3eebcd6021f0720dde51dbbee433e (diff) | |
| download | hackvr-f35327185e712d248ee5871da228894afb9f13ba.tar.gz hackvr-f35327185e712d248ee5871da228894afb9f13ba.zip | |
added all dep to makefile target "install"
| -rw-r--r-- | src/GNUmakefile | 2 | 
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 | 
