remove old makefile

This commit is contained in:
QuentinPerret 2023-05-09 16:31:01 +02:00
parent 14107f0301
commit a5ff775863
2 changed files with 25 additions and 29 deletions

49
.vscode/settings.json vendored
View file

@ -1,25 +1,26 @@
{ {
"C_Cpp.errorSquiggles": "Disabled", "C_Cpp.errorSquiggles": "Disabled",
"files.associations": { "files.associations": {
"time.h": "c", "time.h": "c",
"b2hd.h": "c", "b2hd.h": "c",
"main.h": "c", "main.h": "c",
"stdio.h": "c", "stdio.h": "c",
"string.h": "c", "string.h": "c",
"initialparameters.h": "c", "initialparameters.h": "c",
"filegestion.h": "c", "filegestion.h": "c",
"power.h": "c", "power.h": "c",
"getarray.h": "c", "getarray.h": "c",
"math.h": "c", "math.h": "c",
"limits": "c", "limits": "c",
"*.tcc": "c", "*.tcc": "c",
"type_traits": "c", "type_traits": "c",
"simulateflux.h": "c", "simulateflux.h": "c",
"pthread.h": "c", "pthread.h": "c",
"types.h": "c", "types.h": "c",
"average.h": "c", "average.h": "c",
"queue.h": "c", "queue.h": "c",
"growthrate.h": "c", "growthrate.h": "c",
"stdbool.h": "c" "stdbool.h": "c"
} },
} "cmake.configureOnOpen": false
}

View file

@ -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