head	1.1;
access;
symbols;
locks
	root:1.1; strict;
comment	@# @;


1.1
date	2001.12.16.16.51.27;	author root;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#
# Makefile:
#
# Copyright (c) 2001 James McKenzie <james@@fishsoup.dhs.org>,
# All rights reserved.
#
# $Id:$
#
# $Log:$
#
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


@
