diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -7,10 +7,7 @@ DESTDIR= PREFIX=/usr/local BINDIR=$(PREFIX)/bin -all: example-cmd - -example-cmd: - $(HARE) build $(HAREFLAGS) -o $@ cmd/$@/ +all: check check: $(HARE) test $(HAREFLAGS) |
