-- Leo's gemini proxy

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

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: shell-daemons
action: commit
revision:
path_from:
revision_from: ca1dc07f4b0749c84a54eb1bf79885b514208294:
path_to:
revision_to:

git.thebackupbox.net

shell-daemons

git://git.thebackupbox.net/shell-daemons

commit ca1dc07f4b0749c84a54eb1bf79885b514208294
Author: epoch <epoch@hack.thebackupbox.net>
Date:   Fri Sep 18 03:53:04 2020 +0000

    make clean now cleans up tests. make all does make test

diff --git a/Makefile b/Makefile

index 6aeef2f195581cf413dfd465bd896306650ac2d3..

index ..3ede6c89b44c2cb739f7fa2431afad46f840db10 100644

--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS=-pedantic -Wall

 .PHONEY: all install test clean

-all: read_headers normalpath query_param
+all: read_headers normalpath query_param test

 install: all
 	install -t $(PREFIX)/libexec read_headers
@@ -16,6 +16,7 @@ clean:
 	rm normalpath
 	rm read_headers
 	rm query_param
+	rm tests/*.output

 test: tests/normalpath.output

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

-- Response ended

-- Page fetched on Sun Jun 2 13:36:57 2024