- #
- # @(#)Makefile 1.0 15 june 1997
- #
- # Makefile for "jtest"
- #
- CC=tcc
- CFLAGS=-Id:tcinclude -I. -Ld:tclib -mt -lt
- #############################################################################
- jtest.exe: jtest.c joystick.c
- $(CC) $(CFLAGS) jtest.c joystick.c
English
