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 02d1996..3662e7e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ CFLAGS :=
CFLAGS_EXTRA := -std=c99 -Wpedantic -Wall -Wextra
LDFLAGS :=
PREFIX :=
-UTILS := true false basename
+UTILS := true false basename cat
BIN := futiles
OBJS := $(patsubst %.c, %.o, $(wildcard src/*.c))