Revision 272
Added by Aaron Marcuse-Kubitza about 13 years ago
inputs_Makefile | ||
---|---|---|
54 | 54 |
|
55 | 55 |
uninstall: _not_file rm_db |
56 | 56 |
|
57 |
bienPassword := $(shell cat $(util)/bien_password)
|
|
57 |
bienPassword := $(shell cat $(root)/config/bien_password)
|
|
58 | 58 |
mysql := mysql --user=root --password='$(bienPassword)' |
59 | 59 |
|
60 | 60 |
db: $(db).sql _not_file |
Also available in: Unified diff
Moved bien_password to new config dir