# Simple makefile

# Includes the two sub makefiles (vars and rules)
#
# These are split up to allow other makefiles to override variables if necessary

include $(NF2_ROOT)/lib/Makefiles/synth_makefile.vars
include $(NF2_ROOT)/lib/Makefiles/synth_makefile.rules
