a70847bc6ba96880ae1737bae20ef8645264ae94
hiram
  Thu Apr 4 11:26:58 2013 -0700
cleaning up test target and adding that generic target in userApp.mk refs #9104
diff --git src/utils/spacedToTab/makefile src/utils/spacedToTab/makefile
index d22ad9b..2b1ab85 100644
--- src/utils/spacedToTab/makefile
+++ src/utils/spacedToTab/makefile
@@ -1,14 +1,14 @@
 kentSrc = ../..
 A = spacedToTab
 include $(kentSrc)/inc/userApp.mk
 L += -lm
 
-test:
+test::
 	spacedToTab in.txt out.tab
 	diff expected.tab out.tab
 	spacedToTab in.txt -sizes=17,21,22 out2.tab
 	diff expected2.tab out2.tab
 	rm -f out.tab out2.tab
 
 clean::
 	rm -f out.tab out2.tab