preparation du plan B
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
t: t.c Makefile
|
||||
gcc -Wall $< -o $@
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
fprintf(stderr, "storage tool\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user