From 085ed8e75dda26ed90e2f196a93187428fe17097 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Tue, 3 Dec 2024 18:49:40 +0100 Subject: Update Makefile --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 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) -- cgit v1.2.3