Changeset - f8a5f579547a
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-05-10 06:18:24
drewp@bigasterisk.com
make deps
1 file changed with 3 insertions and 11 deletions:
makefile
3
11
0 comments (0 inline, 0 general)
makefile
Show inline comments
 
@@ -42,24 +42,16 @@ pnpm:
 
bin/node:
 
	ln -sf `which nodejs` bin/node
 

	
 
js: pnpm
 
js:
 
	pnpm install --reporter append-only
 

	
 
py:
 
	pdm sync
 

	
 
refresh: packages gst_packages js py
 

	
 

	
 

	
 

	
 
setup: packages gst_packages pnpm js py
 

	
 

	
 

	
 
deps: js py
 

	
 
bin/ascoltami2: gst_packages link_to_sys_packages
 

	
 
effect_node_setup: create_virtualenv packages binexec install_python_deps
 

	
 
tkdnd_build:
 
	# get tkdnd r95 with subversion
0 comments (0 inline, 0 general)