Archived
1
0
Fork 0

Makefile: adding configuration file.

This commit is contained in:
Henrik Hautakoski 2010-09-27 08:54:16 +02:00
parent 3e4723aa06
commit 34e3eff9c4
3 changed files with 28 additions and 7 deletions

10
Makefile.local.mk-dist Normal file
View 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