diff --git a/Makefile b/Makefile index b16d2b4..94b58fe 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ size: @$(DU) --total $(PROGNAME) $(filter-out $(VSCFILES) $(DOXYFILE) COPYING,$(EXTRAFILES)) | \ $(TAIL) -n 1 | \ $(GREP) -o '[0-9]*K'| \ - $(AWK) 'BEGIN{ \ + $(AWK) '{ \ if($$1 < $(MAXSIZE)) { \ print "> Taille conforme" \ } else { \