# © 2018 Aaron Taylor # See LICENSE.txt file for copyright and license details. #################################################################################################### # Executables CC = cc NEDASM = nedasm NEDSIM = nedsim #################################################################################################### # Configuration CC_FLAGS = -Wall -std=c99