summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3a0269d..9950f6a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ export PROJECTVERSION=0.0.1
export CT_TOP_DIR=$(shell pwd)
.PHONY: all
-all: build
+all: _ct_build
HOST_CC = gcc -funsigned-char
@@ -33,7 +33,7 @@ include $(CT_TOP_DIR)/tools/Makefile
@test -f .config
# Actual build
-build: .config
+_ct_build: .config
@$(CT_TOP_DIR)/scripts/crosstool.sh
.PHONY: distclean