comparison makefile @ 2044:f8a5f579547a

make deps
author drewp@bigasterisk.com
date Mon, 09 May 2022 23:18:24 -0700
parents d8bac44781d4
children d41530a84d4b
comparison
equal deleted inserted replaced
2043:67575505c400 2044:f8a5f579547a
40 sudo npm install -g pnpm@6.32.12 40 sudo npm install -g pnpm@6.32.12
41 41
42 bin/node: 42 bin/node:
43 ln -sf `which nodejs` bin/node 43 ln -sf `which nodejs` bin/node
44 44
45 js: pnpm 45 js:
46 pnpm install --reporter append-only 46 pnpm install --reporter append-only
47 47
48 py: 48 py:
49 pdm sync 49 pdm sync
50 50
51 refresh: packages gst_packages js py 51 setup: packages gst_packages pnpm js py
52 52
53 deps: js py
53 54
54
55
56
57
58
59
60 bin/ascoltami2: gst_packages link_to_sys_packages
61
62 effect_node_setup: create_virtualenv packages binexec install_python_deps
63 55
64 tkdnd_build: 56 tkdnd_build:
65 # get tkdnd r95 with subversion 57 # get tkdnd r95 with subversion
66 # then apply tkdnd-patch-on-r95 to that 58 # then apply tkdnd-patch-on-r95 to that
67 cd tkdnd/trunk 59 cd tkdnd/trunk