aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-08 08:42:11 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-08 08:44:04 +0800
commitc6eacf7ef76fc2aa9a779618220b10ac0448fd6b (patch)
tree37cc76848049397c2320af0c28bbcfaa59d77290 /Makefile
parentAdd LICENSE (diff)
downloadmeseircd-c6eacf7ef76fc2aa9a779618220b10ac0448fd6b.tar.gz
meseircd-c6eacf7ef76fc2aa9a779618220b10ac0448fd6b.tar.zst
meseircd-c6eacf7ef76fc2aa9a779618220b10ac0448fd6b.zip
Slight refactor
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..83d9213
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+# Only GNU Make is supported
+
+meseircd: *.go
+ go build -o $@