CC = gcc
CCFLAGS =

LD = $(CC)
LDFLAGS =

Executable = locktone.exe
Objects = lktMain.o lktDjgpp.o
Libs =

include ../common.mak
