diff options
author | John Ankarström <john@ankarstrom.se> | 2020-12-01 01:42:52 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2020-12-01 01:42:52 +0100 |
commit | 78fb0a32ba9e255ce4413b95ed90a836658b22af (patch) | |
tree | f805b39048babec17443caee13b5a4afe9f90b63 /Makefile | |
parent | febdbe4ebad7543875c1e6ce4d1f1e798a4951ef (diff) | |
download | mht-78fb0a32ba9e255ce4413b95ed90a836658b22af.tar.gz |
Add Makefile (install)
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..88c43e9 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + install hwrap mht /usr/local/bin/ |