home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / zkuste / linux / sdl / Makefile.in < prev    next >
Encoding:
Makefile  |  2000-01-20  |  238 b   |  10 lines

  1. # This is the minimum Makefile necessary to include this directory
  2. # in the package distribution build process
  3.  
  4. # Succeed at the default target
  5. all:
  6.  
  7. # Copy this directory to the distribution build directory
  8. distdir:
  9.     cp -rp . $(distdir)
  10.