diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-09 10:42:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-09 10:42:11 +0100 |
commit | 878414bfb7fc227a85589617bf433ce4adc0ebbe (patch) | |
tree | a01ccbe7f0d7ac1f1ac18260b5783694ec9bf619 /Makefile | |
download | wgautomesh-878414bfb7fc227a85589617bf433ce4adc0ebbe.tar.gz wgautomesh-878414bfb7fc227a85589617bf433ce4adc0ebbe.zip |
first commit
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..ec8cfaf --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + RUST_LOG=wgautomesh=debug cargo run -- config.toml |