simplifying top-level makefile
This commit is contained in:
parent
6317fe4f30
commit
c45d728955
9
Makefile
9
Makefile
@ -1,7 +1,8 @@
|
|||||||
|
PROJECTS = $(wildcard ./[0-9]*-*)
|
||||||
|
|
||||||
|
|
||||||
all:
|
all:
|
||||||
cd 01-flickr && $(MAKE) && cd .. && \
|
@for project in $(PROJECTS) ; \
|
||||||
cd 02-shipping && $(MAKE) && cd .. && \
|
do \
|
||||||
cd 03-yahoo-weather && $(MAKE) && cd .. && \
|
cd $$project && $(MAKE) && cd .. ; \
|
||||||
cd 04-employee-crud && $(MAKE)
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user