Skip to content

Commit 5c5ef36

Browse files
committed
Fix libword dependency for plt.
1 parent 52984b0 commit 5c5ef36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ acct: acct.o dec.o $(OBJS) $(LIBWORD)
8181
tito: tito.o $(OBJS) $(LIBWORD)
8282
$(CC) $(CFLAGS) $^ -o $@
8383

84-
plt: plt.o svg.o $(OBJS) libwords.a
84+
plt: plt.o svg.o $(OBJS) $(LIBWORD)
8585
$(CC) $(CFLAGS) $^ -o $@
8686

8787
dart: dart.o dec.o $(OBJS) $(LIBWORD)

0 commit comments

Comments
 (0)