From c943daf37d99471ecc1c820d4902832757acc1cd Mon Sep 17 00:00:00 2001 From: epoch Date: Thu, 2 Feb 2017 00:07:07 -0600 Subject: removed hackvr_opengl from all target since it doesn't work yet. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3