From dbcb4228e0301c241b5d921fd64e6d6139f714e3 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 30 Apr 2023 16:20:01 +0300 Subject: rename to ek --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Makefile') 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: -- cgit v1.3