# © 2018 Aaron Taylor # 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