-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: hackvr
action: commit
revision:
path_from:
revision_from: 0d84223a1198ccecb8b4a61fdb0ee82fb2332680:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 0d84223a1198ccecb8b4a61fdb0ee82fb2332680
Author: epoch <epoch@hacking.allowed.org>
Date:   Mon Jan 9 01:33:46 2017 -0600

    fixed a bug I notied where -DGRAPHICAL was for the wrong target

diff --git a/src/Makefile b/src/Makefile

index 1366de2e109acfa51b1c02549d30d36b0f8baf60..

index ..e4e5f16a3d5890bc00fb8911ba5d449e9655bc79 100644

--- a/src/Makefile
+++ b/src/Makefile
@@ -1,12 +1,8 @@
-### if you want X11: CFLAGS=-Wall -pedantic -std=c99 -DGRAPHICAL
-### and add graphics.o to hackvr build target.
-### fuck it. I'll fix it later.
 CFLAGS=-Wall -pedantic -std=c99 -DGRAPHICAL -ffast-math

 all: hackvr_headless hackvr_x11 hackvr_opengl slowcat

 hackvr_headless: LDLIBS=-lm
-hackvr_headless: CFLAGS=-Wall -pedantic -std=c99 -ffast-math
 hackvr_headless: hackvr_headless.o math.o

 hackvr_x11: LDLIBS=-lm -lX11
@@ -17,6 +13,8 @@ hackvr_opengl: hackvr_opengl.o graphics.o graphics_opengl.o math.o

 hackvr_opengl.o: LDLIBS=-lm -lGL -lGLU -lglut
 hackvr_x11.o: LDLIBS=-lm -lX11
+
+hackvr_headless.o: CFLAGS=-Wall -pedantic -std=c99 -ffast-math
 hackvr_headless.o: LDLIBS=-lm

 graphics.o: LDLIBS=-lm -lX11

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 16:44:47 2024