commit 4ff1402629864a7013bc65071b2e46564bfc3b5b parent 1692d28a6efe504594f2b275b28db096e51168a3 Author: Louis Burda <contact@sinitax.com> Date: Wed, 12 Feb 2025 17:49:18 +0100 Allow CFLAGS from environment Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr/local BINDIR ?= /bin -CFLAGS = -O2 +CFLAGS ?= -O2 all: hex hexv unhex