Delete unused variable reference
This commit is contained in:
parent
755893a7ad
commit
b4614d5cb7
3
Makefile
3
Makefile
@ -26,7 +26,7 @@ self ::= $(lastword ${MAKEFILE_LIST})
|
||||
# Define the Makefiles
|
||||
env_make ::= environment.mk
|
||||
curate_make ::= curate.mk
|
||||
index ::= index.mk
|
||||
index_make ::= index.mk
|
||||
|
||||
# load environment variables
|
||||
include ${env_make}
|
||||
@ -103,7 +103,6 @@ show: #> Display key variables
|
||||
@echo "\tCurated content directories:"
|
||||
@echo "\t\t${curate}"
|
||||
@echo
|
||||
@echo ${curate_quoted}
|
||||
@echo "\tDynamically indexed content directories:"
|
||||
@echo "\t\t${index}"
|
||||
@echo
|
||||
|
Loading…
Reference in New Issue
Block a user