fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / samples / validate / makefile.g95
CommitLineData
367e57ec
RL
1# Purpose: makefile for validate example (Cygwin/Mingw32)
2# Created: #03.01.00
457814b5
JS
3
4WXDIR = ../..
5
8e0080ee
JS
6TARGET=validate
7OBJECTS = $(TARGET).o
457814b5 8
f6bcfd97 9include $(WXDIR)/src/makeprog.g95
457814b5 10