X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_7_C%2FMakefile;fp=TP_7_C%2FMakefile;h=57d5b7b45b28d29fa9e56488a4c32b848a089a9f;hb=c2bc2b96a16dbea260d81c674abd5ac53687c273;hp=0000000000000000000000000000000000000000;hpb=e1b5a0c2efdaae55cb7ccb02126766c41b33afa4;p=TD_C.git diff --git a/TP_7_C/Makefile b/TP_7_C/Makefile new file mode 100644 index 0000000..57d5b7b --- /dev/null +++ b/TP_7_C/Makefile @@ -0,0 +1,15 @@ +all: \ + exo1-base \ + exo1-full \ + exo1-extra \ + exo2-base \ + exo2-full \ + exo2-extra \ + exo3-base \ + exo3-full \ + exo3-extra \ + + +%:%.c + gcc $< -std=c99 -Wall -g -o $@ +