diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-07 12:25:27 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-07 12:25:27 -0400 |
commit | ba2f320b6776d31bec6893b50f458a24ef8a90ea (patch) | |
tree | 997b2ef680736eb7caea5d93f11a9a86a0fc688f /example | |
parent | c01ebb5eed44943201e9f885397c1b218a2117a9 (diff) | |
download | uv_link_t-ba2f320b6776d31bec6893b50f458a24ef8a90ea.tar.gz |
gyp: remove extra files
Diffstat (limited to 'example')
-rw-r--r-- | example/example.gyp | 26 | ||||
l--------- | example/options.gypi | 1 |
2 files changed, 0 insertions, 27 deletions
diff --git a/example/example.gyp b/example/example.gyp deleted file mode 100644 index ebe1d48..0000000 --- a/example/example.gyp +++ /dev/null @@ -1,26 +0,0 @@ -{ - "targets": [{ - "target_name": "uv_link_t-example", - "type": "executable", - - "include_dirs": [ - "src" - ], - - "variables": { - "gypkg_deps": [ - "git://github.com/libuv/libuv.git@^1.9.0 => uv.gyp:libuv", - ], - }, - - "dependencies": [ - "<!@(gypkg deps <(gypkg_deps))", - "../uv_link_t.gyp:uv_link_t", - ], - - "sources": [ - "src/main.c", - "src/middle.c", - ], - }], -} diff --git a/example/options.gypi b/example/options.gypi deleted file mode 120000 index 9b18bce..0000000 --- a/example/options.gypi +++ /dev/null @@ -1 +0,0 @@ -../options.gypi \ No newline at end of file |