##
## makefile for the PCCTS genmk utility
##
## this makefile contributed by Tim Littlefair 
## PCCTS distribution version 1.33 does not have a makefile in this directory
##

## default target - the linuxified version of genmk

genmk.linux:
	gcc -I../../h genmk-linux.c -o genmk

genmk.original:
	gcc -I../../h genmk-original.c -o genmk
