diff options
author | June McEnroe <june@causal.agency> | 2018-12-14 16:25:34 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-14 16:25:34 -0500 |
commit | eab6931acff0e043baefe55acb679357bf762fb5 (patch) | |
tree | b2728725a308bc97924df78ec6989c8064dad85a /Makefile | |
parent | Use col -b to strip formatting (diff) | |
download | src-eab6931acff0e043baefe55acb679357bf762fb5.tar.gz src-eab6931acff0e043baefe55acb679357bf762fb5.zip |
Add ULOC
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 8b50a0f8..2fd9b894 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ WEBROOT = /usr/local/www/text.causal.agency TXTS += 001-make.txt TXTS += 002-writing-mdoc.txt TXTS += 003-pleasant-c.txt +TXTS += 004-uloc.txt all: $(TXTS) |