diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:58:30 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-03-18 19:58:47 +0200 |
| commit | 7b5abecd2bef6b7441b0d850f95d451b441a6f76 (patch) | |
| tree | 73d86891a41a7bcdb99a4d74f4613dff1f62c995 /scripts/makefile | |
| parent | 26b79b88ed724d89211e8c3afdebc3c747ef3f67 (diff) | |
| download | ek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.tar.gz ek-7b5abecd2bef6b7441b0d850f95d451b441a6f76.zip | |
move to generic conts
Diffstat (limited to 'scripts/makefile')
| -rw-r--r-- | scripts/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile b/scripts/makefile index 0ee0e7d..7d86089 100644 --- a/scripts/makefile +++ b/scripts/makefile @@ -48,7 +48,7 @@ WARNFLAGS := -Wall -Wextra COMPILE_FLAGS := $(CFLAGS) $(WARNFLAGS) $(OPTFLAGS) $(OBFLAGS) $(ASSERTFLAGS) \ $(DEBUGFLAGS) -INCLUDE_FLAGS := -I include +INCLUDE_FLAGS := -I include -I deps/conts/include COMPILE = $(COMPILER) \ $(COMPILE_FLAGS) $(DEPFLAGS) $(INCLUDE_FLAGS) |
