aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 0210cf2..3096c45 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,7 @@ INCLUDEFLAGS = -Iinclude
COMPILEFLAGS =
LINKFLAGS =
-# should the compiler be renamed ctc? C with Traits Compiler?
-all: cu
+all: ek
# default values
CROSS_COMPILE ?=
@@ -46,15 +45,15 @@ docs:
@doxygen docs/doxygen.conf
.PHONY: check
-check: cu
+check: ek
./tests/check.sh
-cu: $(OBJS)
+ek: $(OBJS)
$(COMPILE) $(OBJS) -o $@
.PHONY: clean
clean:
- @$(RM) -r build cu deps.mk
+ @$(RM) -r build ek deps.mk
.PHONY: clean_docs
clean_docs: