Fixed 2 bugs.
[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) $(CC_FLAGS) -o $@ $(SRC)
clean:
@rm -f nedasm