summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 539e5f0..5a5f9bd 100644
--- a/Makefile
+++ b/Makefile
@@ -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)