[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / validation-misc / Jmakefile
1 all:: /* so we do not fall into runtests by default */
2         @echo "making all in $(CURRENT_DIR) done"
3
4 TESTGHC=$(GHC)
5
6 runtests::
7         @echo '###############################################################'
8         @echo '# The stuff that was here has been moved to ../*/             #'
9         @echo '###############################################################'
10
11 ExtraStuffToBeVeryClean( $(STD_VERY_CLEAN) )