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