diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-16 15:09:57 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-16 15:09:57 -0400 |
| commit | 068f3b9dc0522b03af534479cfa300a720ae86fa (patch) | |
| tree | fd716225332835a2fe7f7cbc8b041d0eba70beed /2026/Makefile | |
| parent | 11f43a75bcf70b13b68ca1b722e75715652d6977 (diff) | |
Update
Diffstat (limited to '2026/Makefile')
| -rw-r--r-- | 2026/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/2026/Makefile b/2026/Makefile index d194edb..8afe383 100644 --- a/2026/Makefile +++ b/2026/Makefile @@ -1,4 +1,3 @@ .PHONY: run run: - cargo build - sh -c 'cd ..; ./server/target/debug/jam_server' + cargo run |
