fixing goof in makefile .. forgot to cd back up after build

This commit is contained in:
Dan Buch 2010-02-18 10:50:34 -05:00
parent 8a0608152e
commit 74c080005b

View File

@ -1,5 +1,5 @@
all:
cd 01-flickr && $(MAKE) && \
cd 01-flickr && $(MAKE) && cd .. && \
cd 02-shipping && $(MAKE)