diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-18 12:24:37 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-18 12:26:50 +0200 |
commit | 7a3ce9f81963cc374271272bfe4e0e204e9b7012 (patch) | |
tree | 369a1c390d5aeb5f3ce2515b677affca366cc328 /Makefile | |
download | aerogramme-7a3ce9f81963cc374271272bfe4e0e204e9b7012.tar.gz aerogramme-7a3ce9f81963cc374271272bfe4e0e204e9b7012.zip |
Skeleton for some stuff
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..a09b412 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + clear; cargo build --all-features |