home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.74_stereo.zip / src / makefile.mos < prev    next >
Makefile  |  2014-07-23  |  235b  |  15 lines

  1. #
  2. # MorphOS makefile
  3. #
  4.  
  5. CFLAGS=`sdl-config --cflags`
  6. PREFIX=../morphos/
  7. SUFFIX=
  8. LIBS=`sdl-config --libs`
  9.  
  10. include makefile.common
  11.  
  12. dist:
  13.     lha -r a :GoatTrackerStereo-morphos /// goattracker2
  14.     lha    d :GoatTrackerStereo-morphos *.svn*
  15.