summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-09 18:03:57 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-09 18:03:57 +0100
commit26b74cfde46e3ed0be4759946ab5ab43cc5d669b (patch)
tree0bfe387591180a9cfe61db963b2834930b0ec7aa /makefile
parent68594733a38496ae108ab59c1a9fb52705e561b0 (diff)
changed executable name
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 1b516e8..d960944 100644
--- a/makefile
+++ b/makefile
@@ -2,7 +2,7 @@ SRC_DIR := src
BIN_DIR := build
OBJ_DIR := $(BIN_DIR)/obj
-EXE := $(BIN_DIR)/hellomake
+EXE := $(BIN_DIR)/dedit
SRC := $(wildcard $(SRC_DIR)/*.c)
OBJ := $(SRC:$(SRC_DIR)/%.c=$(OBJ_DIR)/%.o)