diff --git a/make/makefile b/make/makefile index e3c66ce..b1384be 100644 --- a/make/makefile +++ b/make/makefile @@ -85,7 +85,7 @@ samples: compiler @$(MAKE) -C $(project_dir)/samples all -tests: compiler +check: compiler @$(MAKE) -C $(project_dir)/autotest all install: compiler