From ff2ef9504159665c30b16b398f1e755665353bc3 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 30 Dec 2020 19:42:47 -0800 Subject: Fully purging "bpeg" from the source --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d419241..39d15de 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: $(NAME) .c.o: $(CC) -c $(CFLAGS) $(CWARN) $(G) $(O) -o $@ $< -$(NAME): $(OBJFILES) bpeg.c +$(NAME): $(OBJFILES) bp.c $(CC) $(CFLAGS) $(CWARN) $(G) $(O) -o $@ $^ clean: -- cgit v1.2.3