Changement de disposition

This commit is contained in:
2023-09-14 15:12:21 +02:00
parent 598495d9f0
commit d8f9b69558
20 changed files with 2 additions and 2 deletions

5
TP1/memoire/Makefile Normal file
View File

@@ -0,0 +1,5 @@
mem.o : mem.h mem.c
gcc -c mem.c
main : main.c mem.o
gcc -o main main.c mem.o