diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-22 01:32:42 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-22 01:32:42 +0100 |
commit | 829dcc31590a4b0d69593578ebd238eadbb8d179 (patch) | |
tree | 6525ae59bc3bf3645a6c4059ac3bc68521b323c3 | |
parent | 850f917b6aaea6f25bab8860ede290eb66fe958b (diff) | |
download | web-829dcc31590a4b0d69593578ebd238eadbb8d179.tar.gz |
Add Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0e67462 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +install: + install blm blq xii /usr/bin/ + install -m 644 blq.1 blm.1 xii.1 /usr/share/man/man1/ |