aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-12 23:47:53 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-13 00:00:05 +0800
commite229050d5aae07607d56746892da75afe3417f64 (patch)
tree96ca791015d2ad12c409a9a1284c40ce3e6b29e5 /Makefile
parentAdd LICENSE (diff)
downloadforge-e229050d5aae07607d56746892da75afe3417f64.tar.gz
forge-e229050d5aae07607d56746892da75afe3417f64.tar.zst
forge-e229050d5aae07607d56746892da75afe3417f64.zip
Add a basic HTTP server
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..acb67a1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+forge: main.ha
+ hare build -o $@ $^