
def:

32:
	wcc 32.c -i=watcom\h

test:
	wcc test.c -i=watcom\h
	wlink name test.exe file test.obj

clean:
	del test.exe test.obj
