Commit 89ecd36e95c216d73c4113c570decdfe24beb3eb

Authored by gperson
1 parent 08e28b8f

Creation du makefile

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
Makefile 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +all :
  2 + gcc -Wall src/GetUsbInfos.c
  3 +
... ...