]> cloudbase.mooo.com Git - z180-stamp.git/blob - Makefile
Adaptions for fatfs R0.15
[z180-stamp.git] / Makefile
1 SUBDIRS = avr z180
2
3 .PHONY: subdirs $(SUBDIRS) clean
4
5 subdirs: $(SUBDIRS)
6
7 $(SUBDIRS):
8 $(MAKE) -C $@
9
10 clean:
11 $(MAKE) -C avr $@
12 $(MAKE) -C z180 $@
13
14
15 avr: z180