File:  [LON-CAPA] / loncom / build / Makefile
Revision 1.1: download - view: text, annotated - select for diffs
Fri Nov 17 23:02:52 2000 UTC (23 years, 7 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
The Makefile of LON-CAPA.  This builds all the necessary
packages. -Scott

    1: # Makefile
    2: # For LON-CAPA
    3: # Scott Harrison
    4: # November 2000
    5: 
    6: all: LON-CAPA-base cd cd_cover
    7: 
    8: LON-CAPA-base:
    9: 
   10: cd: 
   11: 
   12: cd_cover:
   13: 
   14: clean:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>