Blame view

PartiePC/makefile 89 Bytes
bfb1101b   pifou   com 16u2 <-> PC c...
1
  all:
58b09a0b   root   Ca marche git status
2
  	gcc PCSend.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