1 #################################################################################
3 # Leaf Makefile template for nofib
5 # Copy this Makefile to each new leaf nofib program directory,
6 # and fill in any program-specific stuff
8 #################################################################################
11 include $(TOP)/mk/boilerplate.mk
13 # Program-specific stuff goes here.
14 # Notably, you can add extra compile, link, or runtests options
17 # SRC_RUNTEST_OPTS += ...
19 include $(TOP)/mk/target.mk