aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutumn2026-08-23 18:42:48 +0100
committerAutumn2026-08-23 18:42:48 +0100
commit9d82d1fc84ca2a98b755444bae8de3abc3cafdde (patch)
treefac4e4ed83e082e3007e7f8775b66401a7a066d8
parentfd87bbf7f74afaa5f60e5bb783e341bef91f3b87 (diff)
[build] improve Makefile
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1ff4680..1c90ad3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
EXE := bunnytask
-HARE := hare
-PREFIX := /usr/local
-HAREFLAGS :=
-LDFLAGS :=
+HARE ?= hare
+PREFIX ?= /usr/local
ifdef DEBUG
HAREFLAGS += -lc