diff options
author | John Ankarström <john@ankarstrom.se> | 2020-11-29 17:27:00 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-11-29 17:27:00 +0100 |
commit | 46bf011613eda177e7ce666646417711c167de33 (patch) | |
tree | 358100f00f8541393299ce1de2f04bd0feb8fe6a /Makefile | |
download | pc-46bf011613eda177e7ce666646417711c167de33.tar.gz |
Add 'pc', 'pd', 'pi' and 'pl' tools
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..71a3b87 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + install p* /usr/local/bin/ |