summary refs log tree commit diff
path: root/port/cgram
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-27 18:30:30 -0500
committerJune McEnroe <june@causal.agency>2018-11-27 18:30:30 -0500
commitd8461b7b3ac53eb01d1793937d3b9f60cceae049 (patch)
treec348db1e9419274b32445aa311de0aab0eb2985b /port/cgram
parentUn-hardcode fortune(6) path in cgram (diff)
downloadsrc-d8461b7b3ac53eb01d1793937d3b9f60cceae049.tar.gz
src-d8461b7b3ac53eb01d1793937d3b9f60cceae049.zip
Fix ports for Linux
Diffstat (limited to 'port/cgram')
-rw-r--r--port/cgram/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port/cgram/Makefile b/port/cgram/Makefile
index 68f96353..1a0b10c1 100644
--- a/port/cgram/Makefile
+++ b/port/cgram/Makefile
@@ -5,7 +5,7 @@ cgram:
 clean:
 	rm -f cgram
 
-install:
+install: cgram cgram.6
 	mkdir -p ~/.local/bin ~/.local/share/man/man6
 	cp cgram ~/.local/bin
 	cp cgram.6 ~/.local/share/man/man6
4Show hostname in title over SSHJune McEnroe 2018-08-23Alias bc='bc -l'June McEnroe 2018-08-20Update usage of scheme in READMEJune McEnroe 2018-08-20Use scheme.h in fbatt and fbclockJune McEnroe 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe