summaryrefslogtreecommitdiff
path: root/cesar/mac/sar/test/functional/Makefile
blob: 127ceb385c79211f284a6ac4dde44db485506363 (plain)
1
2
3
4
5
6
7
8
9
10
11
all: sparc host

sparc: sparc-Makefile
	make -f sparc-Makefile

host: host-Makefile host-Config
	make -f host-Makefile

clean: sparc-Makefile host-Makefile
	make -f sparc-Makefile clean
	make -f host-Makefile clean