OsmAnd/Osmand-kernel/Makefile

10 lines
244 B
Makefile
Raw Normal View History

projects := protobuf zlib png 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) $@; \
)