Initial commit of files related to NED architecture.
[ned1] / common / main.mk
# © 2018 Aaron Taylor <ataylor at subgeniuskitty dot com>
# See LICENSE.txt file for copyright and license details.
####################################################################################################
# Executables
CC = cc
NEDASM = nedasm
NEDSIM = nedsim
####################################################################################################
# Configuration
CC_FLAGS = -Wall -std=c99