remove old makefile
This commit is contained in:
parent
14107f0301
commit
a5ff775863
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -21,5 +21,6 @@
|
|||
"queue.h": "c",
|
||||
"growthrate.h": "c",
|
||||
"stdbool.h": "c"
|
||||
}
|
||||
},
|
||||
"cmake.configureOnOpen": false
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
CC = gcc
|
||||
|
||||
all:
|
||||
$(CC) -g fileGestion.c getArray.c average.c growthRate.c power.c queue.c simulateFlux.c main.c -lm -lpthread -o main
|
||||
./main < ../02400031.TXT
|
Loading…
Reference in a new issue