diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-06 23:08:22 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-06 23:08:22 +0100 |
commit | 2895a8ae2e99f11290800c14f038feda90e1787a (patch) | |
tree | 927ce24939b08613f74b9354456308f69286cfb7 /Makefile | |
download | tricot-2895a8ae2e99f11290800c14f038feda90e1787a.tar.gz tricot-2895a8ae2e99f11290800c14f038feda90e1787a.zip |
First commit to Tricot, a replacement for Traefik v1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e206d7e --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + clear; cargo build + |