pWiki/Makefile
Alex A. Naanou b7276fd174 lots of minor tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-04-07 16:46:29 +03:00

19 lines
143 B
Makefile
Executable File

bootstrap.js: scripts/bootstrap.js
node $<
.PHONY: bootstrap
bootstrap: bootstrap.js
clean:
rm -f bootstrap.js