aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 07b0321..2aa39ab 100644
--- a/Makefile
+++ b/Makefile
@@ -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