home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / gnu-src / baseline / amigalib.mk next >
Makefile  |  1995-04-14  |  206b  |  16 lines

  1. # Amiga Library Services - CD Administration Makefile
  2. #
  3. # This Makefile goes in the source directory of the GNU tree.
  4.  
  5. SHELL =        /bin/sh
  6.  
  7. all:
  8.  
  9. # Clean up this directory.
  10.  
  11. clean:
  12.         rm -f *!
  13.  
  14. clobber:    clean
  15.  
  16.