#	$Id: Makefile,v 1.2 1998/12/31 08:46:00 root Exp $	

all : sampler.hex warner

sampler.hex : sampler.asm p16f84.inc
	gpasm -i sampler.asm

burn : sampler.hex
	./picprg sampler.hex

clean :
	rm *.lst *.o

LDFLAGS=-lcurses

warner : warner.o

warner.o : warner.c

send : all warner sampler.hex
	rcp warner warner.c sampler.hex sampler.asm g:speedo/
