From: Steinar H. Gunderson Date: Sat, 3 Jan 2009 10:16:21 +0000 (+0100) Subject: Fix a Makefile typo. X-Git-Url: https://git.sesse.net/?p=fjl;a=commitdiff_plain;h=b8abdf976177386c5fe85712280a669ba80a41d2 Fix a Makefile typo. --- 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