diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,9 +3,9 @@ CC = c99 CFLAGS = -O3 -Wall -pedantic OBJS = badroff.o buf.o ll.o sb.o BIN = /usr/local/bin +badroff: $(OBJS) phrase-circuit.txt: badroff phrase-circuit.src ./badroff phrase-circuit.src > phrase-circuit.txt -badroff: $(OBJS) badroff.o: badroff.c buf.h ll.h sb.h buf.o: buf.c buf.h ll.o: ll.c ll.h |