-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: booger
action: commit
revision:
path_from:
revision_from: 9b702f56500140bb8b52df3b22aff97d52ddf080:
path_to:
revision_to:

git.thebackupbox.net

booger

git://git.thebackupbox.net/booger

commit 9b702f56500140bb8b52df3b22aff97d52ddf080
Author: epoch <epoch@enzo.thebackupbox.net>
Date:   Thu Oct 14 08:30:18 2021 +0000

    added install and clean targets to Makefile

diff --git a/Makefile b/Makefile

index 8437774395d5044b3a3c51aacb41aa31b113bfb1..

index ..e9038079449472b363ee5702657d92106bedafb3 100644

--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,14 @@
 PREFIX:=/usr/local

-.PHONEY: all
+.PHONEY: all install clean

 all: booger

+clean:
+	rm -f booger
+
+install:
+	install -t $(PREFIX)/bin booger
+
 booger: LDLIBS=-lX11
 booger: CFLAGS=-pedantic -Wall

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

-- Response ended

-- Page fetched on Sun Jun 2 12:59:46 2024