r305_dm/TP1/memoire/Makefile

6 lines
81 B
Makefile

mem.o : mem.h mem.c
gcc -c mem.c
main : main.c mem.o
gcc -o main main.c mem.o