diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 16:56:10 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-04-16 16:56:10 +0200 |
| commit | 48ea90800c3aa6055247fe2c56bc8e9d63024bd3 (patch) | |
| tree | ba1b23c685c5e894f88752a1f5e55a3def9582c7 /Makefile | |
| parent | 0e3bcda2ce1ba4bff5d457e48a82db6e6289aad6 (diff) | |
Handle layout error better
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b64b6e2 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +profile = dev + +default: build + +build: + cargo build --profile $(profile) + +.PHONY: build |