blob: b1bcb17e12035ddaf1d7486ecf9eecb97a06de9a [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: $(TARGET_OUT)/template
####
# Other rules you need to define to do the build go here.
####
clean::
rm -f $(TARGET_OUT)/template
targets::
echo "template - replace this with better information"
.PHONY:: template