aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-09 12:54:15 +0200
committerBad Diode <bd@badd10de.dev>2021-10-09 12:54:15 +0200
commitfbfce55d3c7e5d0b71661b3f1ff9674fba6b8618 (patch)
tree58b0b1a86a00e7597bc0f84f5ca6e215adee1232 /Makefile
parent2c601e7a00d54181bb67b403e79ca351eae200e2 (diff)
downloadbdl-fbfce55d3c7e5d0b71661b3f1ff9674fba6b8618.tar.gz
bdl-fbfce55d3c7e5d0b71661b3f1ff9674fba6b8618.zip
Add support for file interpretaion or repl
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0564240..7c3f687 100755
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ BIN := $(BUILD_DIR)/$(TARGET)
15 15
16# Compiler and linker configuration. 16# Compiler and linker configuration.
17CC := cc 17CC := cc
18CFLAGS := -Wall -Wextra -pedantic 18CFLAGS := -Wall -Wextra -pedantic -DBIN_NAME=\"$(TARGET)\"
19CFLAGS += $(INC_FLAGS) 19CFLAGS += $(INC_FLAGS)
20LDFLAGS := 20LDFLAGS :=
21LDLIBS := 21LDLIBS :=