From 06d45682b76f39c1f340b0af8365d669a1553b7a Mon Sep 17 00:00:00 2001 From: "Barak A. Pearlmutter" Date: Wed, 2 Apr 2014 11:11:47 +0100 Subject: [PATCH] whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2857b9d..c378892 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ uninstall: $(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodine $(RM) $(RM_FLAGS) $(DESTDIR)$(sbindir)/iodined $(RM) $(RM_FLAGS) $(DESTDIR)$(mandir)/man8/iodine.8 - + test: all @echo "!! The check library is required for compiling and running the tests" @echo "!! Get it at http://check.sf.net"