Skip to content

Commit

Permalink
chore: fix the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamperkowski committed Jan 12, 2025
1 parent 1f9b9fd commit 5251e54
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
JULEC = julec
JULEFMT = julefmt

NAME = snapbox
NAME = cliq
EXAMPLES = simpleGET

examples:
Expand All @@ -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
Expand Down

0 comments on commit 5251e54

Please sign in to comment.