aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVictor Mignot <victor@vmignot.fr>2026-02-19 17:35:50 +0100
committerVictor Mignot <victor@vmignot.fr>2026-03-09 19:53:52 +0100
commit309765abe1eedb58c2b8271793257b198012f445 (patch)
tree01fc4e195f70e262709d480cc933306653567c11 /Makefile
parentc856ca9339e7154699a8ac81ec943d45d8c5ffe8 (diff)
downloadfutiles-309765abe1eedb58c2b8271793257b198012f445.tar.gz
Add `basename` implementation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8010d2..c3bc558 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS :=
CFLAGS_EXTRA := -std=c23 -Wpedantic -Wall -Wextra
LDFLAGS :=
PREFIX :=
-UTILS := true false
+UTILS := true false basename
BIN := futiles
OBJS := $(patsubst %.c, %.o, $(wildcard src/*.c))