aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/make b/make
index fff0af0..48c5dcc 100755
--- a/make
+++ b/make
@@ -3,6 +3,8 @@
DEBUG=""
LIB=""
+[ ! -d "bin" ] && mkdir bin
+
while getopts "d" opt; do
case "$opt" in
d) DEBUG="-Wall -fsanitize=address -g"