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