home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / hacking / unix / crackunx.txt / Scripts / crack.mf < prev    next >
Encoding:
Text File  |  1992-06-25  |  315 b   |  16 lines

  1. SRCDIR=        Sources
  2. BIGDICT=    Dicts/bigdict
  3. UFCDIR=        ufc-crypt
  4.  
  5. all:
  6.         @echo CALL TO CRACK.MF WITH NO TARGET
  7.  
  8. spotless:    clean
  9.         -rm -f out.* $(BIGDICT)* Dicts/.lock*
  10.         -Scripts/mrgfbk
  11.  
  12. clean:
  13.         -rm -f Runtime/D* Runtime/P* Runtime/RD* tmp.* nohup.out
  14.         -( cd $(SRCDIR) && make clean )
  15.         -( cd $(UFCDIR) && make clean )
  16.