summaryrefslogtreecommitdiff
path: root/Makefile
blob: 919e5f1912f871ca50ea29fe52b1cd746985cfcb (plain)
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