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:
|
||||
cd 01-flickr && $(MAKE) && cd .. && \
|
||||
cd 02-shipping && $(MAKE) && cd .. && \
|
||||
cd 03-yahoo-weather && $(MAKE) && cd .. && \
|
||||
cd 04-employee-crud && $(MAKE)
|
||||
@for project in $(PROJECTS) ; \
|
||||
do \
|
||||
cd $$project && $(MAKE) && cd .. ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user