home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.73.zip / src / makefile < prev    next >
Encoding:
Makefile  |  2014-07-23  |  136 b   |  11 lines

  1. #
  2. # Linux makefile
  3. #
  4.  
  5. CFLAGS=`sdl-config --cflags`
  6. PREFIX=../linux/
  7. SUFFIX=
  8. LIBS=`sdl-config --libs`
  9.  
  10. include makefile.common
  11.