]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/Makefile
51b9fabb85fd33f69aaf72451603f0cd62ffa30c
[eurobot/public.git] / build / Makefile
1 SUBDIRS=linux ppc lpceurobot # spejblarm h8eurobot h8mirosot
2
3 all := all $(filter-out all Makefile,$(MAKECMDGOALS))
4
5 .PHONY: $(all) $(SUBDIRS)
6
7 $(all): $(SUBDIRS)
8
9 $(SUBDIRS):
10         $(MAKE) -C $@ $(MAKECMDGOALS)