diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CFLAGS := CFLAGS_EXTRA := -std=c23 -Wpedantic -Wall -Wextra LDFLAGS := PREFIX := -UTILS := true false basename +UTILS := true false basename cat BIN := futiles OBJS := $(patsubst %.c, %.o, $(wildcard src/*.c)) |
