Blame view

tests/USBSendData/makefile 65 Bytes
97064000   root   16u2 desc terminé...
1
2
3
4
5
  all:
  	gcc *.c -l usb-1.0 -Wall -Wextra
  
  clean:
  	rm -f *.o a.out