#
# Makefile:
#
# Copyright (c) 2001 James McKenzie <james@fishsoup.dhs.org>,
# All rights reserved.
#
# $Id: Makefile,v 1.1 2001/12/16 16:51:27 root Exp root $
#
# $Log: Makefile,v $
# Revision 1.1  2001/12/16 16:51:27  root
# Initial revision
#
#
CFLAGS=-O2
default:clockspeed
install:clockspeed
	cp clockspeed /software/bin
clean:
	/bin/rm -f clockspeed *.o *.BAK a.out *~ *%
checkin:
	ci -l Makefile clockspeed.c
tidy: checkin
	indent -i2 -ts0 clockspeed.c


