6 lines
73 B
Makefile
6 lines
73 B
Makefile
|
|
|
|
all:
|
|
cd 01-flickr && $(MAKE) && cd .. && \
|
|
cd 02-shipping && $(MAKE)
|