mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
#!/usr/bin/env narwhal
|
|
|
|
require("../../common.jake");
|
|
|
|
|
|
subtasks(["BlendKit", "CommonJS", "Aristo"], ["build", "clean", "clobber"]);
|