

all:
	arm-linux-gnueabihf-gcc -lpthread -o socketcan_recv_send   can_controller.c  app_can.c
	
clean:
	rm  socketcan_recv_send
