pWiki/Makefile
Alex A. Naanou 27088e7a70 minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-20 04:20:25 +03:00

35 lines
419 B
Makefile
Executable File

BOOTSTRAP_FILES := \
$(wildcard bootstrap/*) \
$(wildcard bootstrap/*/*) \
README.md
bootstrap.js: scripts/bootstrap.js $(BOOTSTRAP_FILES)
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