summary refs log tree commit diff
path: root/port/caesar/Makefile
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/caesar/Makefile
parentUn-hardcode fortune(6) path in cgram (diff)
downloadsrc-d8461b7b3ac53eb01d1793937d3b9f60cceae049.tar.gz
src-d8461b7b3ac53eb01d1793937d3b9f60cceae049.zip
Fix ports for Linux
Diffstat (limited to 'port/caesar/Makefile')
-rw-r--r--port/caesar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/port/caesar/Makefile b/port/caesar/Makefile
index 3910ae5e..cf939acb 100644
--- a/port/caesar/Makefile
+++ b/port/caesar/Makefile
@@ -1,9 +1,11 @@
+LDLIBS = -lm
+
 all: caesar rot13
 
 clean:
 	rm -f caesar rot13
 
-install:
+install: caesar rot13 caesar.6
 	mkdir -p ~/.local/bin ~/.local/share/man/man6
 	cp caesar rot13 ~/.local/bin
 	cp caesar.6 ~/.local/share/man/man6
?id=5f28ff1f506af5cd5af430077621a027d1468718&follow=1'>Remove Tarmak remappings from vimJune McEnroe 2018-01-29Switch back to QWERTY on LinuxJune McEnroe 2018-01-29Take fbclock font in env varJune McEnroe 2018-01-29Support fbclock fonts wider than 8June McEnroe 2018-01-29Take font path on fbclock argvJune McEnroe 2018-01-29Add fbclockJune McEnroe 2018-01-29Remove color from MakefileJune McEnroe 2018-01-29Set t_Co = 8June McEnroe 2018-01-29Add :Q command aliasJune McEnroe 2018-01-29Add setuid target for briJune McEnroe 2018-01-28Add init function to fb interfaceJune McEnroe 2018-01-28Add color.cJune McEnroe