X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=fbc8f4ec8e372c5a224ad1698a03a625bbeeb271;hb=1e8cf142b66f74cd5214c64294d0320fb2d9f4fa;hp=2c374e72bf33b40f32c6476d6b5013a6258910db;hpb=4ebf33908a571a7cde93fe618902b044e3633cdf;p=pintos-anon diff --git a/Makefile b/Makefile index 2c374e7..fbc8f4e 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ distclean:: clean find . -name '*~' -exec rm '{}' \; check:: - make -C tests $@ + $(MAKE) -C tests $@