adding 04-employee-crud to top-level makefile

This commit is contained in:
Dan Buch 2010-02-18 13:35:30 -05:00
parent 9b1c18912f
commit ec2b4aba4f

View File

@ -3,4 +3,5 @@
all:
cd 01-flickr && $(MAKE) && cd .. && \
cd 02-shipping && $(MAKE) && cd .. && \
cd 03-yahoo-weather && $(MAKE)
cd 03-yahoo-weather && $(MAKE) && cd .. && \
cd 04-employee-crud && $(MAKE)