diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-03-04 15:04:26 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-03-04 17:25:25 +0100 |
| commit | d66a5a290132c12e6f512568dde5470f08386e53 (patch) | |
| tree | 6ea12385c087d5bdecf801a5f6b1c0b4c8670d0f /Makefile | |
| parent | 40b83a70db46f7a8fc17fa94a93adadd95840a2c (diff) | |
| download | futiles-d66a5a290132c12e6f512568dde5470f08386e53.tar.gz | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
