diff options
-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: |
index : miniircd | ||
fork of https://github.com/jrosdahl/miniircd, modified for my needs | daniel@danieljon.es |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 7 |
@@ -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: |