blob: 42a101ba590564aa405d2f4d0b93dd1a4b1ed210 [file] [log] [blame]
ifeq ($(ROOTDIR),)
$(error $$ROOTDIR IS NOT DEFINED -- don\'t forget to source setup.sh)
endif
include $(ROOTDIR)/build/preamble.mk
####
# Define your top-level build targets here.
####
template: $(PRODUCT_OUT)/template
####
# Other rules you need to define to do the build go here.
####
clean::
rm -f $(PRODUCT_OUT)/template
targets::
echo "template - replace this with better information"
.PHONY:: template