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

% :
	echo generic
	$(MAKE) -C build $@

# below is just for shell auto-completion

all :

qemu-elf :

qemu-bin :

qemu-loader :

run-on-rpi :

clean :