Traitement-signal-plantes/C-Script/Makefile
2022-05-31 17:42:26 +02:00

7 lines
112 B
Makefile

CC = gcc
TARGET = data
all:
$(CC) b2hd.c getArray.c fileGestion.c power.c main.c -o main
clean:
rm *.txt *.o