]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/Makefile
Dalsi upravy build infrastruktury. Uz to snad funguje.
[eurobot/public.git] / build / Makefile
1 DIRS=h8eurobot/ h8mirosot/ linux/ ppc/
2
3 all %:
4         $(foreach DIR,$(DIRS),$(MAKE) -C $(DIR) $@;)