diff options
author | epoch <epoch@hacking.allowed.org> | 2017-02-02 00:07:07 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-02-02 00:07:07 -0600 |
commit | c943daf37d99471ecc1c820d4902832757acc1cd (patch) | |
tree | 1cffc82a097b766f9c9bfc3b90c77110abd440ef /src/Makefile | |
parent | f1233b70d415f21a462a06f80d9500f59ede9a98 (diff) | |
download | hackvr-c943daf37d99471ecc1c820d4902832757acc1cd.tar.gz hackvr-c943daf37d99471ecc1c820d4902832757acc1cd.zip |
removed hackvr_opengl from all target since it doesn't work yet.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fa888cc..d3e80a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,6 +1,7 @@ CFLAGS=-Wall -pedantic -std=c99 -DGRAPHICAL -ffast-math -all: hackvr_headless hackvr_x11 hackvr_opengl 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 -s hackvr_x11 hackvr hackvr_headless: LDLIBS=-lm |