diff options
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 |