X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2FMakefile;h=34c10aa4f508714da040e81389fa51e56ba2d97a;hb=8b801a69f8e0c2c4ef7e32a2476786f80f433b8e;hp=495615dda62b9c7a82675bb25102c23b91e2392b;hpb=750d21936d284127e265d050ccbce76fca1ece1a;p=pintos-anon diff --git a/src/threads/Makefile b/src/threads/Makefile index 495615d..34c10aa 100644 --- a/src/threads/Makefile +++ b/src/threads/Makefile @@ -1,3 +1 @@ -all: -%: - $(MAKE) -C build $@ +include ../Makefile.kernel