diff options
| author | stkhan <personal@slickd.xyz> | 2023-12-07 19:07:44 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-12-07 19:07:44 +0000 |
| commit | 864f0fd9588ced475e6cc609273e259d9f8d431e (patch) | |
| tree | bd0c64ba688ddeb85e9b00157ada88c2e13f36da /Makefile | |
Init commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d4598e8 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: install + +install: + mkdir -p ~/.local/bin + cp drivesync ~/.local/bin + |