From ed3e282befed9ba193f90190ea90fc7b1bb503c9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 25 Sep 2021 22:20:01 -0400 Subject: Install up to cgi-bin --- www/temp.causal.agency/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/temp.causal.agency/Makefile b/www/temp.causal.agency/Makefile index cdcfb644..a69a2b48 100644 --- a/www/temp.causal.agency/Makefile +++ b/www/temp.causal.agency/Makefile @@ -1,4 +1,4 @@ -WEBROOT = /usr/local/www/temp.causal.agency +CGI_BIN = /var/www/cgi-bin CFLAGS += -std=c11 -Wall -Wextra -Wpedantic $$(pkg-config --cflags kcgi) LDLIBS = -static $$(pkg-config --static --libs kcgi-html) @@ -9,7 +9,7 @@ clean: rm -f up install: up - install -m 700 up ${WEBROOT}/up + install up ${CGI_BIN}/up uninstall: - rm -f ${WEBROOT}/up + rm -f ${CGI_BIN}/up -- cgit 1.4.1 orm> Advent of Code
summary refs log tree commit diff homepage
path: root/2017 (unfollow)
Commit message (Collapse)Author
2017-12-05Day 5, part 2June McEnroe
2017-12-05Day 5June McEnroe
2017-12-04Day 4, part 2June McEnroe
That ugly sort map though.
2017-12-04Day 4June McEnroe
2017-12-03Day 3, part 2June McEnroe
I am super surprised that worked on the first try.
2017-12-03Day 3, clean upJune McEnroe
2017-12-03Day 3June McEnroe
This is fucking awful and I'm angry.
2017-12-02Day 2, part 2June McEnroe
2017-12-02Day 2June McEnroe
2017-12-01Day 1, part 2June McEnroe
2017-12-01Day 1June McEnroe
2017-11-27Move to 2016 directoryJune McEnroe