7 lines
75 B
Makefile
7 lines
75 B
Makefile
all:
|
|
cd dark; make; cd ..
|
|
cd green; make; cd ..
|
|
cd lilac; make; cd ..
|
|
|
|
|