X-Git-Url: http://git.subgeniuskitty.com/ned1/.git/blobdiff_plain/bc5b63cf94c1f263bbe3757237b242f40711203b..9f33b10a80e50579ade181b1ca515bf48779d74a:/nedasm/Makefile diff --git a/nedasm/Makefile b/nedasm/Makefile index 93fd797..c842161 100644 --- a/nedasm/Makefile +++ b/nedasm/Makefile @@ -8,7 +8,7 @@ SRC != ls *.c all: nedasm nedasm: - $(CC) -o $@ $(SRC) + $(CC) $(CC_FLAGS) -o $@ $(SRC) clean: @rm -f nedasm