Traitement-signal-plantes/Code-C/Makefile
2022-06-08 11:25:19 +02:00

9 lines
174 B
Makefile

CC = gcc
all:
# rm powerData.csv
$(CC) simulateFlux.c -o simulateFlux
$(CC) fileGestion.c getArray.c power.c main.c -lm -o main
./simulateFlux < ../02400001.TXT
./main