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


1.2
date	2002.04.19.00.31.42;	author root;	state Exp;
branches;
next	1.1;

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


desc
@@


1.2
log
@#
@
text
@#
# Makefile:
#
# Copyright (c) 2002 James McKenzie <james@@fishsoup.dhs.org>,
# All rights reserved.
#
# $Id: Makefile,v 1.1 2002/04/19 00:03:20 root Exp $
#
# $Log: Makefile,v $
# Revision 1.1  2002/04/19 00:03:20  root
# #
#
#
usbradio:usbradio.o
	${CC} ${CFLAGS} ${LDFLAGS} -o $@@ $< `libusb-config --libs`

usbradio.o:usbradio.c
	${CC} ${CFLAGS} `libusb-config --cflags` -c -o $@@ $<

checkin:
	ci -l -m# usbradio.c Makefile

tidy:checkin
	indent -i2 -ts0 usbradio.c

clean:
	/bin/rm -f usbradio.o usbradio core a.out *~ *% *.BAK

@


1.1
log
@#
@
text
@d7 5
a11 1
# $Id:$
a12 1
# $Log:$
d16 3
@
