remove useless keyword
This commit is contained in:
parent
158cf5446b
commit
6016209170
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 { \
|
||||
|
|
Reference in a new issue