From b8abdf976177386c5fe85712280a669ba80a41d2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 3 Jan 2009 11:16:21 +0100 Subject: [PATCH] Fix a Makefile typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4784dce..299b1e3 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: $(RM) $(UNSTUFF_TEST_OBJS) unstuff_test $(RM) $(BITSOURCE_TEST_OBJS) bitsource_test $(RM) $(DEHUFF_TEST_OBJS) dehuff_test - $(RM) $(DEHUFF_TEST_OBJS) bytesource_test + $(RM) $(BYTESOURCE_TEST_OBJS) bytesource_test test: tests ./unstuff_test -- 2.39.2