fix makefile

This commit is contained in:
Greg Gauthier 2026-03-27 19:59:02 +00:00
parent 38dc4a74bd
commit f7ff770b67
10 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
CC := gcc CC := gcc
CFLAGS := -std=c90 -pedantic -Wall -Wextra -Werror CFLAGS := -std=c90 -pedantic -Wall -Wextra -Werror
SRCDIR := src/c90 SRCDIR := src/c90
BINDIR := bin BINDIR := build
SOURCES := $(wildcard $(SRCDIR)/*.c) SOURCES := $(wildcard $(SRCDIR)/*.c)
BINS := $(SOURCES:$(SRCDIR)/%.c=$(BINDIR)/%) BINS := $(SOURCES:$(SRCDIR)/%.c=$(BINDIR)/%)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.