diff options
author | Alex Auvolat <alex@adnab.me> | 2020-04-05 23:33:42 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-04-05 23:33:42 +0200 |
commit | 7102db1d544bec663a8492b24c455168d0b83f08 (patch) | |
tree | cc308cbeefc3f48b55149e85ec737867c24a498e /Makefile | |
download | garage-7102db1d544bec663a8492b24c455168d0b83f08.tar.gz garage-7102db1d544bec663a8492b24c455168d0b83f08.zip |
First commit: skeleton for something great
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 00000000..ab8a74a0 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + cargo build |