X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=d1eab013e20772790f13a8fbd53e001e07c7a4fe;hb=refs%2Fheads%2Fwin0405;hp=de9eb1a4fa2765689f8e6e5b5d4c204acdaefa2f;hpb=4aeb9609c112151614e95acc08e2a088a86fe8f4;p=pintos-anon diff --git a/Makefile b/Makefile index de9eb1a..d1eab01 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = src grading doc +SUBDIRS = src grading doc tests all:: @echo "This makefile has only 'clean' targets." @@ -8,3 +8,6 @@ clean:: distclean:: clean find . -name '*~' -exec rm '{}' \; + +check:: + make -C tests $@