all:
	asx8051 -losg lib_fir.asm
	sdcc --callee-saves clear_fifo,store_in_fifo,compute_fir
	fir.c lib_fir.rel

clean:
	rm -f *.rel *.ihx

