preparation du plan B

This commit is contained in:
phyto
2019-05-22 09:50:25 +02:00
parent dcc927418b
commit 1b03d60613
9 changed files with 46 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
t: t.c Makefile
gcc -Wall $< -o $@

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc, char *argv[])
{
fprintf(stderr, "storage tool\n");
return 0;
}