X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2FMakefile;h=34c10aa4f508714da040e81389fa51e56ba2d97a;hb=e73c27897259e2c4fb340406f01491278134803a;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