#
# Makefile for test.exe
#

PROJECT = test
OBJS    = test.o
LIBS    = -lrsxioapp

include ..\..\rsxntmak.gnu

$(PROJECT).exe: $(OBJS)
	$(LINKCMD)
