wtssts/Makefile
2021-12-15 04:21:44 +01:00

8 lines
165 B
Makefile

all: WTSSTS.html
wtssts.twee: $(shell find src -type f)
bin/mktwee src > wtssts.twee 2> wtssts.stderr
WTSSTS.html: wtssts.twee
tweego -o WTSSTS.html wtssts.twee