summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad98963..1a91b0b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ ifndef BUILDER
$(info # BUILDER not set, using default builder: $(DEFAULT_BUILDER))
$(info # Detected builders: $(AVAILABLE_BUILDERS))
$(info )
- BUILDER := $(DEFAULT_BUILDER)
+ BUILDER := $(DEFAULT_BUILDER)
endif
##