# -*- makefile -*-
all:
include Make.vars
DIRS = $(sort $(addprefix build/,$(KERNEL_SUBDIRS) $(TEST_SUBDIRS) lib/user))
all grade check: $(DIRS) build/Makefile
cd build && $(MAKE) $@
$(DIRS):
mkdir -p $@
build/Makefile: ../Makefile.build
cp $< $@build/%: $(DIRS) build/Makefilecd build && $(MAKE) $*clean:rm -rf buildsubmit: clean@../utils/pintos-submit.sh

![[SOLVED] CS # -*- makefile -*-](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[Solved] Car.py](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.