diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:38:28 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:38:28 +0100 |
| commit | 9e8b564bbd1561985c12d8151cc786198e454ec0 (patch) | |
| tree | dd0fd90a449b8cebd9ad080191dc610019fba1aa /Makefile | |
| parent | 671329cb11d1ae2253a4381e49767c7ea5a56048 (diff) | |
use srcdir directly
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ WORK_DIR = . SRC_DIR = $(WORK_DIR)/src -INC_DIR = $(WORK_DIR)/include -CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(INC_DIR) +CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR) CC = clang CC_STD = -std=c11 |
