]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - build/Makefile
Merge branch 'master' of jaresf1@rtime:/var/git/eurobot
[eurobot/public.git] / build / Makefile
1 DIRS=h8eurobot/ h8mirosot/ linux/ ppc/
2
3 all %:
4         $(foreach DIR,$(DIRS),$(MAKE) -C $(DIR) $@;)