diff --git a/makefile b/makefile index 712806a2..e9dd2a53 100644 --- a/makefile +++ b/makefile @@ -150,7 +150,7 @@ cppcheck: .PHONY: cppclean cppclean: - cppclean "$(SRCDIR)" + cppclean "$(SRCDIR)" --exclude="NAS2D.h" --exclude="Xml" .PHONY: format format: