diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ .POSIX: -CC = gcc -CFLAGS = -O3 -Wall +CC = c99 +CFLAGS = -O3 -Wall -pedantic OBJS = badroff.o buf.o ll.o sb.o phrase-circuit.txt: badroff phrase-circuit.src ./badroff phrase-circuit.src > phrase-circuit.txt |