Traitement-signal-plantes/Code-C/Makefile

9 lines
174 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-08 11:25:19 +02:00
$(CC) simulateFlux.c -o simulateFlux
2022-06-07 14:28:32 +02:00
$(CC) fileGestion.c getArray.c power.c main.c -lm -o main
2022-06-01 12:32:04 +02:00
2022-06-08 11:25:19 +02:00
./simulateFlux < ../02400001.TXT
2022-06-07 14:28:32 +02:00
./main