10 lines
158 B
Makefile
10 lines
158 B
Makefile
|
build :
|
||
|
cd protobuf; $(MAKE)
|
||
|
cd skia; $(MAKE)
|
||
|
cd osmand; $(MAKE)
|
||
|
|
||
|
clean :
|
||
|
cd protobuf; $(MAKE) clean
|
||
|
cd skia; $(MAKE) clean
|
||
|
cd osmand; $(MAKE) clean
|