1 2 3 4 5 6 7 8 9 10
all: build build: $(MAKE) -C kernel run: $(MAKE) -C kernel run clean: $(MAKE) -C kernel clean