summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-30 22:18:34 -0400
committerJune McEnroe <june@causal.agency>2018-09-30 22:18:34 -0400
commit6c84f75b30078d8d2c7621d4616a53ad38b8592f (patch)
tree65267b37e698a51256212349c99ce61d8499fdbc /Makefile
parentAdd "Writing mdoc" (diff)
downloadsrc-6c84f75b30078d8d2c7621d4616a53ad38b8592f.tar.gz
src-6c84f75b30078d8d2c7621d4616a53ad38b8592f.zip
Add "Pleasant C"
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 90d550d1..32e858e0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ WEBROOT = /usr/local/www/text.causal.agency
 
 TXTS += 001-make.txt
 TXTS += 002-writing-mdoc.txt
+TXTS += 003-pleasant-c.txt
 
 all: $(TXTS)
 
witch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe