OsmAnd/Osmand-kernel/Makefile

10 lines
248 B
Makefile
Raw Normal View History

2012-05-31 21:01:27 +02:00
projects := protobuf png skia expat freetype osmand
.DEFAULT: installr
.PHONY: release debug clean installr installd
installr release debug clean installd:
@- $(foreach project,$(projects), \
$(MAKE) --directory=./$(project) $@; \
)