X-Git-Url: https://git.saurik.com/apple/boot.git/blobdiff_plain/14c7c974991c850bfa0348affbd4bee3223205ee..57c72a9a9f2a263d364c2df1178760bd057c390f:/i386/nasm/Makefile diff --git a/i386/nasm/Makefile b/i386/nasm/Makefile index 4622a50..570169f 100644 --- a/i386/nasm/Makefile +++ b/i386/nasm/Makefile @@ -10,7 +10,7 @@ MANINSTALLDIR = $(SYMROOT) INSTALLDIR = $(SYMROOT) OPTIM = -O2 -CFLAGS = $(OPTIM) -g -Wall -traditional-cpp +CFLAGS = $(OPTIM) -g -Wmost -Werror DEFINES= INC = -I. ifneq "" "$(wildcard /bin/mkdirs)" @@ -70,7 +70,8 @@ macros.c: standard.mac macros.pl perl macros.pl standard.mac clean:: - rm -rf $(SYMROOT)/nasm $(SYMROOT)/ndisasm + rm -rf $(SYMROOT)/nasm $(SYMROOT)/ndisasm\ + $(SYMROOT)/nasm.1 $(SYMROOT)/ndisasm.1 $(INSTALLDIR) $(MANINSTALLDIR): $(MKDIRS) $@