mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
8 lines
314 B
JavaScript
8 lines
314 B
JavaScript
|
|
require("../common.jake");
|
|
|
|
// nib2cib uses fontinfo and imagesize and capp uses nib2cib
|
|
subtasks(["fontinfo", "imagesize", "nib2cib", "objj2objcskeleton", "capp", "capp_lint", "capp_env", "dump_theme", "XcodeCapp"], ["build", /*"clean", "clobber"*/]);
|
|
|
|
subtasks(["fontinfo", "imagesize"], ["clean", "clobber"]);
|