mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
17 lines
133 B
Makefile
Executable File
17 lines
133 B
Makefile
Executable File
|
|
|
|
|
|
|
|
bootstrap.js:
|
|
node make_bootstrap.js
|
|
|
|
|
|
.PHONY: bootstrap
|
|
bootstrap: bootstrap.js
|
|
|
|
|
|
clean:
|
|
rm -f bootstrap.js
|
|
|
|
|