diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-03-04 15:04:26 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-03-09 19:53:55 +0100 |
| commit | 340ca1a5bdf9a03819872f7370891b6bf5529441 (patch) | |
| tree | 901c39d96011d1960bdb50800c055d863fd2f218 /Makefile | |
| parent | 309765abe1eedb58c2b8271793257b198012f445 (diff) | |
| download | futiles-340ca1a5bdf9a03819872f7370891b6bf5529441.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=c23 -Wpedantic -Wall -Wextra LDFLAGS := PREFIX := -UTILS := true false basename +UTILS := true false basename cat BIN := futiles OBJS := $(patsubst %.c, %.o, $(wildcard src/*.c)) |
