aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-09 20:23:52 +0200
committerBad Diode <bd@badd10de.dev>2021-10-09 20:23:52 +0200
commitab6b56dfe916c17f34e684e69483895402783ae5 (patch)
tree37be6a2632fadaddc6c276211f78b3f733f2a6f6 /Makefile
parent859c33f37f0174a7b9d76cdcbe889ff12047c99c (diff)
downloadbdl-ab6b56dfe916c17f34e684e69483895402783ae5.tar.gz
bdl-ab6b56dfe916c17f34e684e69483895402783ae5.zip
Add proc_display and fix some bugs
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f19b98..bfb7d4e 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 -DBIN_NAME=\"$(TARGET)\" 18CFLAGS := -Wall -Wextra -pedantic -DBIN_NAME=\"$(TARGET)\" -static
19CFLAGS += $(INC_FLAGS) 19CFLAGS += $(INC_FLAGS)
20LDFLAGS := 20LDFLAGS :=
21LDLIBS := 21LDLIBS :=