aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35447d3..7fed16b 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ DOT := dot -Gmargin=0.7 -Gcolor=white -Gfontcolor=white \
17 -T png | kitty +kitten icat 17 -T png | kitty +kitten icat
18 18
19# Output executable. 19# Output executable.
20TARGET := bdl 20TARGET := badc
21BIN := $(BUILD_DIR)/$(TARGET) 21BIN := $(BUILD_DIR)/$(TARGET)
22 22
23# Compiler and linker configuration. 23# Compiler and linker configuration.