Fix handling of intransitive "say".
This commit is contained in:
parent
6c6498b797
commit
7c9a0bfb36
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@
|
|||
VERS=1.0
|
||||
|
||||
CC?=gcc
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wall -Wpedantic -g
|
||||
LIBS=
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue