pWiki/Makefile
Alex A. Naanou 0ccd3c8514 notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-09 11:11:47 +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