From a314652fd3d2c303d518dc1cad04f4ec396fd436 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 25 May 2020 00:27:03 -0400
Subject: pedantic c99
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'Makefile')
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
--
cgit