summary refs log tree commit diff
path: root/port/cgram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'port/cgram/Makefile')
-rw-r--r--port/cgram/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/port/cgram/Makefile b/port/cgram/Makefile
new file mode 100644
index 00000000..68f96353
--- /dev/null
+++ b/port/cgram/Makefile
@@ -0,0 +1,11 @@
+LDLIBS = -lcurses
+
+cgram:
+
+clean:
+	rm -f cgram
+
+install:
+	mkdir -p ~/.local/bin ~/.local/share/man/man6
+	cp cgram ~/.local/bin
+	cp cgram.6 ~/.local/share/man/man6
b215&follow=1'>Skip only one character if a match fails due to parentJune McEnroe 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML " escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe