summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26721a3..cc5c5b4 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ RELEASE:=Kamikaze
all: world
SHELL:=/usr/bin/env bash
+export LC_ALL=C
+export LANG=C
export TOPDIR=${shell pwd}
include $(TOPDIR)/include/verbose.mk