diff options
| author | Victor Mignot <victor@vmignot.fr> | 2026-02-19 17:35:50 +0100 |
|---|---|---|
| committer | Victor Mignot <victor@vmignot.fr> | 2026-03-09 19:53:52 +0100 |
| commit | 309765abe1eedb58c2b8271793257b198012f445 (patch) | |
| tree | 01fc4e195f70e262709d480cc933306653567c11 /Makefile | |
| parent | c856ca9339e7154699a8ac81ec943d45d8c5ffe8 (diff) | |
| download | futiles-309765abe1eedb58c2b8271793257b198012f445.tar.gz | |
Add `basename` implementation
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 +UTILS := true false basename BIN := futiles OBJS := $(patsubst %.c, %.o, $(wildcard src/*.c)) |
