pWiki/Makefile
Alex A. Naanou daf2114508 cleaning legacy...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-07 17:23:36 +03:00

30 lines
306 B
Makefile
Executable File

bootstrap.js: scripts/bootstrap.js
node $<
.PHONY: bootstrap
bootstrap: bootstrap.js
node_modules:
npm install
dev: node_modules
cp $</ig-object/object.js lib/
cp $</ig-actions/actions.js lib/
cp $</ig-features/features.js lib/
clean:
rm -f bootstrap.js