# title	   makefile for yodlfixlabels

depth = ../..
NAME = yodlfixlabels
STEPMAKE_TEMPLATES=c executable
MODULE_LIBS= ../lib

EXTRA_DIST_FILES = VERSION

include $(depth)/make/stepmake.make 


VERSION: $(depth)/VERSION
	cp $< $@

