summaryrefslogtreecommitdiff
path: root/2026/Makefile
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-06-12 04:17:29 -0400
committerLLLL Colonq <llll@colonq>2026-06-12 04:17:29 -0400
commit140f3eeead7f56ce2fd65e727ae638372af97750 (patch)
tree9ec2c0c4c2c4b88c02ab4418e67a10d4ff8986fa /2026/Makefile
parent8cdb8016dedf16caf1bf5ad0eeb9d8b13e00ca2a (diff)
Add test server
Diffstat (limited to '2026/Makefile')
-rw-r--r--2026/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/2026/Makefile b/2026/Makefile
new file mode 100644
index 0000000..d194edb
--- /dev/null
+++ b/2026/Makefile
@@ -0,0 +1,4 @@
+.PHONY: run
+run:
+ cargo build
+ sh -c 'cd ..; ./server/target/debug/jam_server'