summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <julian.hurst@digdash.com>2024-12-03 18:49:40 +0100
committerJulian Hurst <julian.hurst@digdash.com>2024-12-03 18:49:40 +0100
commit085ed8e75dda26ed90e2f196a93187428fe17097 (patch)
tree1b12367323bf53087d121964984def1db83d0a8f
parent190f522242b2e91eb3213e828a26886aa7847f3a (diff)
downloadaoc24-master.tar.gz
Update MakefileHEADmaster
-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)