home *** CD-ROM | disk | FTP | other *** search
/ Xentax forum attachments archive / xentax.7z / 4427 / aisp_memo-20090510.7z / ai_drama3 / Makefile < prev    next >
Encoding:
Makefile  |  2009-03-15  |  202 b   |  12 lines

  1. SOURCES = locations2 test_voice2 test_item2 test_char2 item_list
  2. OTHER = test_bgm2 map dir
  3.  
  4. include mk.common
  5.  
  6. clean::
  7.  
  8. test:
  9.  
  10. install:
  11.     ruby install_drama.rb ../../user/my_uid/1/work/drama/ $(SOURCES)
  12.