MAKEFILE
上传用户:lllw2006
上传日期:2007-01-05
资源大小:39k
文件大小:0k
源码类别:

游戏

开发平台:

DOS

  1. #
  2. # @(#)Makefile 1.0 15 june 1997
  3. #
  4. # Makefile for "jtest"
  5. #
  6. CC=tcc
  7. CFLAGS=-Id:tcinclude -I. -Ld:tclib -mt -lt
  8. #############################################################################
  9. jtest.exe: jtest.c joystick.c
  10.         $(CC) $(CFLAGS) jtest.c joystick.c