diff --git a/Makefile b/Makefile index 22b9de1..9c0c94a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ JULEC = julec JULEFMT = julefmt -NAME = snapbox +NAME = cliq EXAMPLES = simpleGET examples: @@ -25,8 +25,9 @@ format: done test: - $(JULEC) test $(NAME) - ./a.out + mkdir -p bin + $(JULEC) test $(NAME) -o bin/$(NAME)_test + ./$(NAME)_test clean: rm -rf examples/bin