Skip to content

Commit

Permalink
nitcc: fix make check rule
Browse files Browse the repository at this point in the history
Signed-off-by: Jean Privat <[email protected]>
  • Loading branch information
privat committed Jul 25, 2024
1 parent cb2a34b commit b8ab7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/nitcc/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ nitcc: nitcc1 nitcc.nit nitcc.sablecc

check: examples tests
tests:
cd ../tests && ./run
$(MAKE) -C ../tests
examples:
$(MAKE) -C ../example
$(MAKE) -C ../examples

clean:
rm -r \
Expand Down

0 comments on commit b8ab7e6

Please sign in to comment.