Files
DEV/DEV.1.1/CM2/CM2B/2.Division/Makefile

8 lines
174 B
Makefile
Raw Normal View History

2024-12-09 14:58:52 +01:00
carre : carre.o hue.o
gcc -ansi -pedantic -o carre carre.o hue.o
hue.o : hue.c hue.h
gcc -ansi -pedantic -c hue.c
carre.o : carre.c hue.h
gcc -ansi -pedantic -c carre.c