93fd797ecb32092782dd7efd056dc15974d7e5fd
[ned1] / nedasm / 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: nedasm
nedasm:
$(CC) -o $@ $(SRC)
clean:
@rm -f nedasm