Skip to content
Makefile 147 B
Newer Older
Kevin Lyda's avatar
Kevin Lyda committed
.PHONY: all

all: convert-vms-record-fmt

convert-vms-record-fmt: convert-vms-record-fmt.c
	gcc -o convert-vms-record-fmt convert-vms-record-fmt.c