fixed typo

This commit is contained in:
Ryan C. Gordon 2001-07-07 03:46:48 +00:00
parent 2843a1979f
commit 217332022a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ BINDIR := bin
SRCDIR := .
CFLAGS += $(use_asm) -I$(SRCDIR) -D_REENTRANT -fsigned-char -DPLATFORM_UNIX
CFLAGS += -Wall -Werror -fno-exceptions -fno-rtti -ansi -pendantic
CFLAGS += -Wall -Werror -fno-exceptions -fno-rtti -ansi -pedantic
LDFLAGS += -lm