aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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))