aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2021-04-27 19:15:45 +0200
committerMarvin Borner2021-04-27 19:15:45 +0200
commite9d82dd950cb23e79c3425a636a5ddc95b65f904 (patch)
tree18ed4e85257b4147f617ec49d58b56452bfb9f6d /run
parentb1a7c10ba575384e8f4ffb6b642783bfbcf51b32 (diff)
Better makefile debugging structure
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/run b/run
index 66dbeca..3e41d71 100755
--- a/run
+++ b/run
@@ -140,9 +140,9 @@ make_build() {
printf "\nBuilding...\n"
if [ "$mode" = "debug" ] || [ "$MELVIX_DEBUG" = "1" ]; then
- $MAKE -j $($NPROC) debug
+ $MAKE -j $($NPROC) DEBUG=1
else
- $MAKE -j $($NPROC)
+ $MAKE -j $($NPROC) DEBUG=0
fi
# Create disk image