improve makefile slightly, add a now page

This commit is contained in:
opfez 2021-08-06 17:24:27 +02:00
parent aa05cba834
commit 32dcc95c4a
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,11 @@
CC = clang
CFLAGS = -Wall -Wextra -Werror -std=c99 -pedantic-errors
FORMAT = ./format
format: format.c
default: $(FORMAT) gen
$(FORMAT): format.c
$(CC) $(CFLAGS) $< -o $@
gen: site-src/*
./gen.sh

3
site-src/now.wtn Normal file
View File

@ -0,0 +1,3 @@
* Now
You can see what I'm up to by {finger}ing me at opfez@tilde.town.