summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 203c564..0c314f4 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,11 @@ JAILDIR = /var/jail/miniircd
JAILUSER = nobody
.PHONY: all
-all:
- echo "Nothing to do."
+all: test
+
+.PHONY: test
+test:
+ ./test
.PHONY: dist
dist: