mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
|
|
require("../common.jake");
|
|
|
|
// nib2cib uses fontinfo and capp uses nib2cib
|
|
subtasks(["fontinfo", "nib2cib", "capp", "NativeHost", "xcodecapp"], ["build"/*, "clean", "clobber"*/]);
|
|
|
|
subtasks(["fontinfo"], ["clean", "clobber"]);
|