pWiki/Makefile
Alex A. Naanou 4f87bbcc2b notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-12 22:36:03 +03:00

31 lines
336 B
Makefile
Executable File

bootstrap.js: scripts/bootstrap.js
node $<
.PHONY: bootstrap
bootstrap: bootstrap.js
node_modules:
npm install
# XXX is this a good idea???
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