# Makefile: A standard Makefile for epoch.c

all: epoch

clean:
	rm -f epoch


# vim:ts=3

