# Make some example applications using advcan device driver

CC=gcc

CFLAGS = -I../include

CTAGS =   ctags --c-types=dtvf
CTAGS =   elvtags -tsevl

all: baud receive transmit \
   receive-select  \
   filter transmit-select getstat \


clean:
	-@rm -f baud  \
   transmit  \
   getstat \
   transmit-select \
   receive \
   receive-select \
   filter \
   *~



