aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: bf51cfda5950cbe868940e3d29952d6d394cadbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# actual recipes for everything are in build/Makefile;

% :
	$(MAKE) -C build $@

# below is just for shell auto-completion

all :

kernel.img :

loader.img :

qemu-elf :

qemu-bin :

qemu-loader :

run-on-rpi :

clean :