f34d74d1ed8bfbbb6da26e1e9208d2f0b878f2bf
[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) -o $@ $(SRC)
clean:
@rm -f nedsim