aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2024-06-16 20:19:56 +0200
committerBad Diode <bd@badd10de.dev>2024-06-16 20:19:56 +0200
commitb86d262b9fe27131d8163a6ba49957736691b1d0 (patch)
treecde0152015c4cb2403d6b99b92dccaed46ad0f2f /Makefile
parentd6e8c277b13ee5a9878c78dd7d0104699202a161 (diff)
downloadbdl-b86d262b9fe27131d8163a6ba49957736691b1d0.tar.gz
bdl-b86d262b9fe27131d8163a6ba49957736691b1d0.zip
Add floating point number parsing
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.