home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.70.zip / src / makefile.mos < prev    next >
Makefile  |  2009-07-03  |  130b  |  11 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.