Revision 2980
Added by Aaron Marcuse-Kubitza over 12 years ago
Makefile | ||
---|---|---|
203 | 203 |
|
204 | 204 |
#### Schemas |
205 | 205 |
|
206 |
schemas := functions py_functions public |
|
206 |
schemas := temp functions py_functions public
|
|
207 | 207 |
schemas/install: $(schemas:%=schemas/%/install) ; |
208 | 208 |
|
209 |
schemasReversed := public py_functions functions |
|
209 |
schemasReversed := public py_functions functions temp
|
|
210 | 210 |
schemas/uninstall: $(schemasReversed:%=schemas/%/uninstall) ; |
211 | 211 |
|
212 | 212 |
### public |
Also available in: Unified diff
Added temp schema to store intermediate tables permanently when desired for debugging. It is not part of schemas/all because it should not be remade to include current intermediate tables when remaking other schema exports.