# Makefile for atkey

INC=c:\pmsdk\include
LIB=c:\pmsdk\lib
OPT= -Zp -Ox -I$(INC)

atkey.exe:   atkey.c atkey
	    cl $(OPT) atkey.c
	   
