X-Git-Url: http://git.subgeniuskitty.com/ned1/.git/blobdiff_plain/bc5b63cf94c1f263bbe3757237b242f40711203b..refs/remotes/origin/HEAD:/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