]> git.saurik.com Git - wxWidgets.git/blame - samples/db/makefile.unx
re-readding makefiles
[wxWidgets.git] / samples / db / makefile.unx
CommitLineData
108106cf
JS
1#
2# File: makefile.unx
1fc5dd6f 3# Author: Julian Smart
108106cf
JS
4# Created: 1998
5# Updated:
1fc5dd6f 6# Copyright: (c) 1998 Julian Smart
108106cf 7#
1fc5dd6f
JS
8# "%W% %G%"
9#
10# Makefile for dbtest example (UNIX).
108106cf 11
1fc5dd6f 12PROGRAM=dbtest
108106cf 13
1fc5dd6f 14OBJECTS=$(PROGRAM).o listdb.o
108106cf 15
1fc5dd6f 16include ../../src/makeprog.env
108106cf 17