[SOLVED] CS代考计算机代写 # -*- makefile -*-

30 $

File Name: CS代考计算机代写_#_-*-_makefile_-*-.zip
File Size: 395.64 KB

SKU: 2325293442 Category: Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Or Upload Your Assignment Here:


# -*- 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

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[SOLVED] CS代考计算机代写 # -*- makefile -*-
30 $