OsmAnd/Osmand-kernel/Makefile

10 lines
261 B
Makefile
Raw Normal View History

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