diff options
Diffstat (limited to 'windows/Makefile')
-rw-r--r-- | windows/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/Makefile b/windows/Makefile index 9a9957cd..d552b1c3 100644 --- a/windows/Makefile +++ b/windows/Makefile @@ -80,7 +80,7 @@ endif endif ifdef DEBUG -# Use echo since it works for this purporse on both Windows and POSIX. +# Use echo since it works for this purpose on both Windows and POSIX. STRIP := echo Skipping strip else ALL_CPPFLAGS += -DNDEBUG |