CCFLAGS = -Ie:\tc\h -K -N- -O -Z -c -d -ms -r

swaplpts.exe:	swaplpts.obj
	tlink /x @swaplpts.arf

swaplpts.obj:	swaplpts.c
	tcc $(CCFLAGS) swaplpts
