Traitement-signal-plantes/Code-C/Makefile

10 lines
214 B
Makefile

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