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