aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-29 02:11:02 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-29 02:12:32 -0400
commit399155eefab0bb3788e33468cdfcfc69649fc955 (patch)
tree834887b605d807f03e0bd506eb59c3489d004c2c
parente51413c3520f46d2488ed566390cacb5de92897d (diff)
phrase-circuit.txt non-primary
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d97387..7113dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -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