apéro de samedi midi en route...

This commit is contained in:
tTh
2018-12-08 13:02:24 +01:00
parent 44befe2867
commit 2576b84d57
6 changed files with 55 additions and 5 deletions

View File

@@ -4,6 +4,10 @@
CC = gcc
essai: essai.c funcs.o Makefile
gcc -Wall $< funcs.o -o $@
funcs.o: funcs.c funcs.h Makefile
gcc -Wall -c $<