use := operator for Makefile clarity and performance
This commit is contained in:
parent
556f695bbe
commit
5244e175e8
8 changed files with 21 additions and 21 deletions
|
|
@ -10,9 +10,9 @@
|
|||
# August 2, 2007 - August 9, 2007
|
||||
# $Id$
|
||||
|
||||
LINKS=links -dump -no-numbering -no-references
|
||||
LINKS:=links -dump -no-numbering -no-references
|
||||
|
||||
TXT_FILES= \
|
||||
TXT_FILES:= \
|
||||
blocks.txt \
|
||||
blur.txt \
|
||||
bricks.txt \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue