AppStdRule 270 Bytes
Newer Older
Ben Avison's avatar
Ben Avison committed
1 2 3 4 5 6 7 8 9 10 11 12 13
# Makefile fragment for defining standard rules for various tools
# when building RAM applications

INCLUDED_APPSTDRULE = YES

# Get the generic rules first
ifeq ("${INCLUDED_STDRULES}","")
include StdRules
endif

# No further application specific standard rules

# EOF