home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / condor40.zip / CONDOR / GENERIC / Makefile.mach < prev   
Makefile  |  1989-05-09  |  261b  |  15 lines

  1. SRCDIR=$(TILDE)/src
  2. MVARS=SRCDIR=$(SRCDIR)
  3.  
  4. default:
  5.     @echo "You should specify an 'opt'.  Try opt=all"
  6.     @false
  7.  
  8. ReallyAlways:
  9.  
  10. CheckMachType: ReallyAlways
  11.     rm -f CheckMachType
  12.     cc $(IDENT) -o CheckMachType CheckMachType.c
  13.     ./CheckMachType
  14.     rm -f CheckMachType
  15.