Make "test" depend on "all" rather than just "remind"

This commit is contained in:
Dianne Skoll
2022-09-19 13:56:11 -04:00
parent 6cf7f5d2d8
commit 63fb3e99f3

View File

@@ -36,7 +36,7 @@ REMINDOBJS= $(REMINDSRCS:.c=.o)
all: remind rem2ps
test: remind
test: all
@sh ../tests/test-rem
.c.o: