Makefile: adding configuration file.
This commit is contained in:
parent
3e4723aa06
commit
34e3eff9c4
3 changed files with 28 additions and 7 deletions
10
Makefile.local.mk-dist
Normal file
10
Makefile.local.mk-dist
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
# Enable debug
|
||||
# DEBUG = 1
|
||||
|
||||
# Verbose output
|
||||
# VERBOSE = 1
|
||||
|
||||
# Define what type of output should be used. default stdout
|
||||
# output = stdout
|
||||
# output = mysql
|
||||
Reference in a new issue