X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=Makefile;h=fbc8f4ec8e372c5a224ad1698a03a625bbeeb271;hp=2c374e72bf33b40f32c6476d6b5013a6258910db;hb=919347c164606c3f1544b2e8bd62f505aeda80a1;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999 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 $@