summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2017-12-19 03:56:27 -0600
committerepoch <epoch@hacking.allowed.org>2017-12-19 03:56:27 -0600
commit81a659788768400a6e2d22b588466794d91686fc (patch)
treeaa1c5744982b479c24dd233cede0a9f96687fe9a /src
parent4a080b8f4f061f1c7cbf0d6d996d535dc3f2db35 (diff)
downloadhackvr-81a659788768400a6e2d22b588466794d91686fc.tar.gz
hackvr-81a659788768400a6e2d22b588466794d91686fc.zip
got rid of opengl as one of the default built targets
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index c41781e..b7aec54 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
CFLAGS=-Wall -pedantic -std=c99 -DGRAPHICAL -ffast-math
-all: hackvr_headless hackvr_x11 hackvr_opengl slowcat ### when hackvr_opengl gets useful at all I'll start including it in default build.
-#all: hackvr_headless hackvr_x11 slowcat
+#all: hackvr_headless hackvr_x11 hackvr_opengl slowcat ### when hackvr_opengl gets useful at all I'll start including it in default build.
+all: hackvr_headless hackvr_x11 slowcat
ln -sf hackvr_x11 hackvr
hackvr_headless: LDLIBS=-lm