Traitement-signal-plantes/C-Script/Makefile

7 lines
112 B
Makefile
Raw Normal View History

2022-05-30 15:14:22 +02:00
CC = gcc
TARGET = data
2022-05-31 17:42:26 +02:00
all:
$(CC) b2hd.c getArray.c fileGestion.c power.c main.c -o main
2022-05-30 15:14:22 +02:00
clean:
2022-05-31 17:42:26 +02:00
rm *.txt *.o