]> git.saurik.com Git - wxWidgets.git/blame - samples/joytest/Makefile.in
Fixed closing of program to work properly if PASS #1 failed for some reason. Before...
[wxWidgets.git] / samples / joytest / Makefile.in
CommitLineData
f6bcfd97
BP
1# Purpose: makefile for joytest example (UNIX).
2# Created: 2000-03-14
09fb214e
JS
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/joytest
7
f6bcfd97
BP
8DATAFILES=gun.wav
9
09fb214e
JS
10PROGRAM=joytest
11
12OBJECTS=$(PROGRAM).o
13
14include ../../src/makeprog.env
15