From: Steinar H. Gunderson Date: Mon, 1 Jun 2009 17:05:09 +0000 (+0200) Subject: Fix a Makefile typo. X-Git-Url: https://git.sesse.net/?p=fjl;a=commitdiff_plain;h=75e1e46dafe538990da0ea3b021c82d5ed6d5e21 Fix a Makefile typo. --- diff --git a/Makefile b/Makefile index 54f3c80..037ff98 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: $(RM) $(DEHUFF_TEST_OBJS) dehuff_test $(RM) $(BYTESOURCE_TEST_OBJS) bytesource_test $(RM) $(IDCT_TEST_OBJS) idct_test - $(RM) $(IDCT_TEST_OBJS) driver + $(RM) $(DRIVER_TEST_OBJS) driver test: tests ./unstuff_test