diff --git a/Makefile b/Makefile index bd8202b..f798985 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ SUBDIRS = src tests +tests: src + include buildsys.mk