aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-05 02:14:05 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-03-05 02:14:05 -0600
commit5964950ca5c018e1163fe308fa4bb17b9220b383 (patch)
tree0f63e5d841928163a0eda0fdda05c382fc09972e /make
parent36e4d7353a59ce5ab5f981d69cb2fcc5676a101a (diff)
changed license. make fix
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"