#
# Makefile for ansi.c
#
# call 'make crt=1' to use C runtime DLL
#

include ..\..\rsxntmak.gnu
# !include <..\..\rsxntmak.msc>

project: ansi.exe

ansi.exe: ansi.o
	$(CC) $(LDFLAGS) ansi.o -o ansi.exe
	rsxntopt -b ansi.exe -V
