Blame view

PartiePC/makefile 86 Bytes
bfb1101b   pifou   com 16u2 <-> PC c...
1
  all:
0d065eeb   root   Suite
2
  	gcc PC.c -l usb-1.0 -Wall -Wextra
bfb1101b   pifou   com 16u2 <-> PC c...
3
4
5
6
7
8
  
  clean:
  	rm -f *.o a.out
  
  exec: all
  	./a.out
0d065eeb   root   Suite