aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 16:20:01 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-04-30 16:20:01 +0300
commitdbcb4228e0301c241b5d921fd64e6d6139f714e3 (patch)
tree09bf856ac97e953a27a74f87f61135fddbf8af2a /Makefile
parent2ca159fb5c2a52f33c499eef1fa50a98a863b0f0 (diff)
downloadek-dbcb4228e0301c241b5d921fd64e6d6139f714e3.tar.gz
ek-dbcb4228e0301c241b5d921fd64e6d6139f714e3.zip
rename to ek
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: