aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 83d9213..0281628 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,2 @@
-# Only GNU Make is supported
-
-meseircd: *.go
- go build -o $@
+meseircd: *.go */*.go
+ go build -o meseircd