From de91ec0542aea5959376ee0d2c9d486268dd9392 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sat, 20 Jun 2026 11:26:50 +0200 Subject: Add a README, replace the shell script with C code. Add a LICENSE. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c7470c..ff523fb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS := -Isrc -MMD -MP -Wall -Wextra -LDFLAGS := +LDFLAGS := -Wall -Wextra TARGET = build/bfc -- cgit v1.3-7-ge9ab