fix makefile
This commit is contained in:
parent
38dc4a74bd
commit
f7ff770b67
2
Makefile
2
Makefile
@ -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.
Loading…
Reference in New Issue
Block a user