diff options
-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 |