Skip to content
Snippets Groups Projects
Commit bd0f1ef4 authored by h2-addad's avatar h2-addad
Browse files

Update

parent 15c93048
No related branches found
No related tags found
No related merge requests found
# -*- 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/Makefile
cd build && $(MAKE) $*
clean:
rm -rf build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment