Added 'objdump.c' for dumping the text segment of NED a.out files as a binary blob.
[ned1] / nedsim / Makefile
# © 2018 Aaron Taylor <ataylor at subgeniuskitty dot com>
# See LICENSE.txt file for copyright and license details.
include ../common/main.mk
SRC != ls *.c
all: nedsim
nedsim:
$(CC) $(CC_FLAGS) -o $@ $(SRC)
clean:
@rm -f nedsim