box-o-sand/Makefile

8 lines
165 B
Makefile
Raw Normal View History

all:
2010-02-18 18:36:07 +00:00
cd 01-flickr && $(MAKE) && cd .. && \
cd 02-shipping && $(MAKE) && cd .. && \
cd 03-yahoo-weather && $(MAKE) && cd .. && \
cd 04-employee-crud && $(MAKE)