OsmAnd/Osmand-kernel/Makefile

10 lines
158 B
Makefile
Raw Normal View History

2012-05-01 00:30:31 +02:00
build :
cd protobuf; $(MAKE)
cd skia; $(MAKE)
cd osmand; $(MAKE)
clean :
cd protobuf; $(MAKE) clean
cd skia; $(MAKE) clean
cd osmand; $(MAKE) clean