diff options
author | John Ankarström <john@ankarstrom.se> | 2021-05-24 13:31:06 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-05-24 13:31:06 +0200 |
commit | 026d9f86c67790d96ded1de8faeaba213a9f5631 (patch) | |
tree | 0fc5cb6f48107988984599d10972c06ad094f982 /Makefile | |
download | vp-026d9f86c67790d96ded1de8faeaba213a9f5631.tar.gz |
First commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7f4e544 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +install: + install vp vpeval /usr/local/bin/ + cp vp.1 /usr/local/man/man1/vp.1 + cp vprc /usr/local/etc/vprc |