

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