OsmAnd/Osmand-kernel/Makefile
2012-05-12 18:28:11 +02:00

13 lines
248 B
Makefile
Executable file

build :
cd protobuf; $(MAKE)
cd png; $(MAKE)
cd skia; $(MAKE)
cd freetype; $(MAKE)
cd osmand; $(MAKE)
clean :
cd protobuf; $(MAKE) clean
cd png; $(MAKE) clean
cd skia; $(MAKE) clean
cd freetype; $(MAKE) clean
cd osmand; $(MAKE) clean