From ace9f98d3d77ce69a3b8501dbecd79cae1b5b215 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 15 Jan 2017 13:45:02 -0600 Subject: makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, _x11.c commented out sky generation --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 19d51b5..fa888cc 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 + ln -s hackvr_x11 hackvr hackvr_headless: LDLIBS=-lm hackvr_headless: hackvr_headless.o math.o -- cgit v1.2.3