From ec2b4aba4f8c6fc21583ec8f572c083549750427 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 18 Feb 2010 13:35:30 -0500 Subject: [PATCH] adding 04-employee-crud to top-level makefile --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 2f39e65..5c1f2f3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)