-- 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: 589f96f40721162300ac4907096629923f0d5901:
path_to:
revision_to:

git.thebackupbox.net

hackvr

git://git.thebackupbox.net/hackvr

commit 589f96f40721162300ac4907096629923f0d5901
Author: epoch <epoch@hacking.allowed.org>
Date:   Mon Feb 19 05:45:39 2018 -0600

    added a couple fixes to the makefile.

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

index cfe346933fc91fc9c34a8f662e79ed9d83a29000..

index ..58fc2e425d2a11ff4895744e4da455e9248abc92 100644

--- a/src/Makefile
+++ b/src/Makefile
@@ -4,7 +4,6 @@ CFLAGS=-Wall -pedantic -std=c99 -DGRAPHICAL -ffast-math

 #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 hackvr_fb slowcat
-	ln -sf hackvr_x11 hackvr

 hackvr_headless: LDLIBS=-lm
 hackvr_headless: hackvr_headless.o math.o
@@ -36,12 +35,14 @@ math.o: LDLIBS=-lm

 install:
 	install hackvr $(PREFIX)/bin/hackvr
+	install hackvr_headless $(PREFIX)/bin/hackvr_headless
 	install hackvr_x11 $(PREFIX)/bin/hackvr_x11
 	install hackvr_fb $(PREFIX)/bin/hackvr_fb
 	install slowcat $(PREFIX)/bin/slowcat

 uninstall:
 	rm $(PREFIX)/bin/hackvr
+	rm $(PREFIX)/bin/hackvr_headless
 	rm $(PREFIX)/bin/hackvr_x11
 	rm $(PREFIX)/bin/hackvr_fb
 	rm $(PREFIX)/bin/slowcat
@@ -51,5 +52,6 @@ clean:
 	rm -f hackvr_headless
 	rm -f hackvr_opengl
 	rm -f hackvr_x11
+	rm -f hackvr_fb
 	rm -f slowcat
 	rm -f *.o

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

-- Response ended

-- Page fetched on Sun Jun 2 17:37:18 2024