Imported upstream version 1.20
[fw/openalt] / FreeRTOS / portable / Makefile
1 #
2 # Define all object files.
3 #
4 SUBDIRS=GCC MemMang
5
6 .PHONY: all
7 all:
8         @for i in $(SUBDIRS); do \
9         (cd $$i; $(MAKE) $(MFLAGS) $(MYMAKEFLAGS) all); done