#
#       Makefile for Watstar TCP/IP kernal
#
# switches:
#	define the ones you want in the CFLAGS definition...
#
#	TRACE		- turn on tracing/debugging code
#
#
all:
#	if not exist lib/wattcplg.lib mkdir lib
	cd elib
	wmake
	cd ../src
	wmake
	cd ../apps
	wmake
	cd ..
