Traitement-signal-plantes/Code-C/Makefileold

5 lines
160 B
Plaintext
Raw Normal View History

2022-06-17 17:42:09 +02:00
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