Added 'objdump.c' for dumping the text segment of NED a.out files as a binary blob.
[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