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

% :
	$(MAKE) -C build $@

# below is just for shell auto-completion

all :

qemu-elf :

qemu-bin :

qemu-loader :

run-on-rpi :

clean :