mirror of
https://github.com/flynx/pWiki.git
synced 2025-12-17 00:21:40 +00:00
19 lines
143 B
Makefile
Executable File
19 lines
143 B
Makefile
Executable File
|
|
|
|
|
|
|
|
bootstrap.js: scripts/bootstrap.js
|
|
node $<
|
|
|
|
|
|
|
|
.PHONY: bootstrap
|
|
bootstrap: bootstrap.js
|
|
|
|
|
|
|
|
clean:
|
|
rm -f bootstrap.js
|
|
|
|
|