]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/Makefile
Fix hokuyo compilation on some Ubuntu version
[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)