OsmAnd/Osmand-kernel/Makefile

12 lines
198 B
Makefile
Raw Normal View History

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