Project

General

Profile

« Previous | Next » 

Revision 7422

root Makefile: core: Added misc-* to install other dependencies

View differences:

Makefile
44 44

  
45 45
##### Core: VegBIEN DB and dependencies
46 46

  
47
core: _always $(call forOs,python php postgres) db
47
core: _always $(call forOs,python php postgres misc) db
48 48
	@$(done)
49 49

  
50 50
rm_core: _always rm_db ;
......
223 223
bienPassword := $(shell cat config/bien_password)
224 224
bienReadPassword := $(shell cat config/bien_read_password)
225 225

  
226
##### Misc.
227

  
228
misc-Linux: _always ;
229

  
230
misc-Darwin: _always ;
231

  
226 232
##### VegBIEN DB
227 233

  
228 234
#### DB and users

Also available in: Unified diff