Traitement-signal-plantes/Code-C/Makefile

7 lines
183 B
Makefile
Raw Normal View History

2022-06-01 12:32:04 +02:00
CC = gcc
all:
2022-06-03 17:02:49 +02:00
# rm powerData.csv
2022-06-09 17:34:24 +02:00
# $(CC) simulateFlux.c fileGestion.c getArray.c power.c main.c -lm -o main
$(CC) simulateFlux.c main.c -lpthread -o main
./main < ../02400031.TXT