diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-05-01 14:39:40 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-05-01 14:39:40 +0200 |
| commit | 45e4db99d709cf278415e681c98a0204a9c8ca9e (patch) | |
| tree | 1c99c327d11ee6e2a35c3cefafe26ff1c094d5ac /Makefile | |
first sketch
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..90259b2 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +install: + install -D status /usr/local/bin |