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 | f20b767fa3c125f2cf65a620bcfcdf8f2684ca0b (patch) | |
tree | e0a684e27d1a06e360a4433e7b1f7c6b0c8fb1fd /Makefile | |
parent | Use col -b to strip formatting (diff) | |
download | src-f20b767fa3c125f2cf65a620bcfcdf8f2684ca0b.tar.gz src-f20b767fa3c125f2cf65a620bcfcdf8f2684ca0b.zip |
Add ULOC
Diffstat (limited to '')
-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) |