Revision 274
Added by Aaron Marcuse-Kubitza about 13 years ago
Makefile | ||
---|---|---|
69 | 69 |
|
70 | 70 |
psqlOpts := --set ON_ERROR_STOP=1 --quiet |
71 | 71 |
psqlAsAdmin := sudo -u postgres psql $(psqlOpts) |
72 |
psqlAsBien := ./util/psql_vegbien $(psqlOpts)
|
|
72 |
psqlAsBien := ./bin/psql_vegbien $(psqlOpts)
|
|
73 | 73 |
bienPassword := $(shell cat config/bien_password) |
74 | 74 |
|
75 | 75 |
postgres_user: _not_file |
Also available in: Unified diff
Renamed util to bin