diff options
| author | LLLL Colonq <llll@colonq> | 2026-06-18 18:07:08 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-06-18 18:07:08 -0400 |
| commit | 47036ba678949ade21ecbecaeb780b324f6ce3ee (patch) | |
| tree | 28d87c88634df74bbecb8b761d65e55670b22b99 /2026/Makefile | |
| parent | c9fc2ca532c5219a087924ece1e38be19c25f006 (diff) | |
Fix harness
Diffstat (limited to '2026/Makefile')
| -rw-r--r-- | 2026/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/2026/Makefile b/2026/Makefile index 8afe383..b29980c 100644 --- a/2026/Makefile +++ b/2026/Makefile @@ -1,3 +1,5 @@ -.PHONY: run -run: - cargo run +.PHONY: run framing +run: framing + cargo run -- --no-browser +framing: + make -C framing/ |
