diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-09 23:54:19 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-09 23:54:19 +0200 |
commit | 25df8e87491243595fe06727881490251a138193 (patch) | |
tree | 9e899fd353a5fe5add67a76c0ddc750a126365f1 /Makefile | |
parent | e02dabab644a6760c481e25e913d6bb01f94adec (diff) | |
download | patches-25df8e87491243595fe06727881490251a138193.tar.gz |
Add Makefile for installing conv
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d514a8c --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + install conv /usr/local/bin |