#
# Makefile for GNU make (uses: $(MAKE) -C subdir)
#
# Description:
#
#  These files patches the EMX C-library for RSXNT
#

LIB=\rsxnt\lib

.PHONY rsxnt: all st mt

all:
        $(MAKE) -C all

st:
        $(MAKE) -C st

mt:
        $(MAKE) -C mt

