Traitement-signal-plantes/Code-C/Makefile

7 lines
183 B
Makefile

CC = gcc
all:
# rm powerData.csv
# $(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