diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2016-10-23 22:17:08 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2016-10-23 22:17:08 +0200 |
commit | 11aab4020811de344c13f5296c4574716235745b (patch) | |
tree | 0c947203c99e9561ddc73890c3a252bfe6b5ea43 /Makefile | |
parent | dfd94a2d20ef4ff3e33fe67727ff65eaba3d1d66 (diff) | |
download | miniircd-11aab4020811de344c13f5296c4574716235745b.tar.gz miniircd-11aab4020811de344c13f5296c4574716235745b.zip |
Add Makefile test target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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: |