summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-12 02:54:46 -0500
committerJune McEnroe <june@causal.agency>2020-01-12 02:54:46 -0500
commit4a9492190bc011fadf5e50e29e20eb6adf583476 (patch)
tree65b19284f5cc2c4bb35248f2827e78e80c89ac41
parentFix unscoop dedup window syntax (diff)
downloadlitterbox-4a9492190bc011fadf5e50e29e20eb6adf583476.tar.gz
litterbox-4a9492190bc011fadf5e50e29e20eb6adf583476.zip
Add Linux.mk
-rw-r--r--.gitignore1
-rw-r--r--Linux.mk2
-rw-r--r--README.712
3 files changed, 12 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index eb8afe8..66dd2d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@
 /litterbox
 /scoop
 /unscoop
+config.mk
 tags
diff --git a/Linux.mk b/Linux.mk
new file mode 100644
index 0000000..29b7616
--- /dev/null
+++ b/Linux.mk
@@ -0,0 +1,2 @@
+CFLAGS += -D_GNU_SOURCE
+RCS =
diff --git a/README.7 b/README.7
index 3778c2b..910304a 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd January 11, 2020
+.Dd January 12, 2020
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -24,8 +24,14 @@ requires LibreSSL
 and SQLite
 .Pq Fl lsqlite3 ,
 and targets
-.Fx .
-It can also be built on Darwin.
+.Fx
+and Darwin.
+To build on GNU/Linux,
+copy
+.Pa Linux.mk
+to
+.Pa config.mk
+and modify as needed.
 .
 .Sh FILES
 .Bl -tag -width "litterbox.c" -compact
26 14:51:54 -0400'>2022-07-26Add -w to upJune McEnroe 2022-07-13Set push.autoSetupRemoteJune McEnroe 2022-07-08Remove TOURJune McEnroe 2022-07-03Add The Bone Shard EmperorJune McEnroe 2022-06-25Bump xterm font size to 12June McEnroe 2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch 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