Traitement-signal-plantes/Code-C/Makefile
2022-06-01 18:02:32 +02:00

9 lines
189 B
Makefile

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