]> cloudbase.mooo.com Git - z180-stamp.git/blame - Makefile
add missing newlines
[z180-stamp.git] / Makefile
CommitLineData
aea51b6c
L
1SUBDIRS = avr z180
2
3.PHONY: subdirs $(SUBDIRS) clean
4
5subdirs: $(SUBDIRS)
6
7$(SUBDIRS):
8 $(MAKE) -C $@
9
10clean:
11 $(MAKE) -C avr $@
12 $(MAKE) -C z180 $@
13
14
15avr: z180