diff options
author | epoch <epoch@hacking.allowed.org> | 2017-01-15 13:45:02 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2017-01-15 13:45:02 -0600 |
commit | ace9f98d3d77ce69a3b8501dbecd79cae1b5b215 (patch) | |
tree | 4a9d7d7c9cc825b882c7e73030a31d26ee64871b /src/Makefile | |
parent | a23de94db5347b9a4fe44b637052c970ca94ac06 (diff) | |
download | hackvr-ace9f98d3d77ce69a3b8501dbecd79cae1b5b215.tar.gz hackvr-ace9f98d3d77ce69a3b8501dbecd79cae1b5b215.zip |
makefile now makes hackvr symlink to hackvr_x11, config.h splits by default, _x11.c commented out sky generation
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |