diff options
| author | johannes <johannes.herman@gmail.com> | 2024-04-06 13:09:04 +0200 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-04-06 13:09:04 +0200 |
| commit | 8de23299d96c642ec39ec73d12322cc78865136c (patch) | |
| tree | c0daa8d95e97890f22d33c8ae6139ecd8a2e5149 /makefile | |
| parent | 150790c84f1773cfc82b13953d7894cd25474a83 (diff) | |
implemented extract map
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ EXE := $(BIN_DIR)/dedit SRC := $(wildcard $(SRC_DIR)/*.c) OBJ := $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o) -CFLAGS := -Wall -Wextra +CFLAGS := -Wall -Wextra .PHONY: all clean run format |
