Chromium Code Reviews| Index: src/Makefile |
| diff --git a/src/Makefile b/src/Makefile |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b6c9d0d4df238987ece2a5989331393aa3a65ae3 |
| --- /dev/null |
| +++ b/src/Makefile |
| @@ -0,0 +1,13 @@ |
| + |
| +SUBZERO_LEVEL := .. |
| + |
| +TOOLNAME := llvm2ice |
| +LINK_COMPONENTS := support |
| + |
| +# This tool has no plugins, optimize startup time. |
| +TOOL_NO_EXPORTS := 1 |
| + |
| +include $(SUBZERO_LEVEL)/../../Makefile.config |
| + |
| +include $(SUBZERO_LEVEL)/Makefile |
| + |
|
Jim Stichnoth
2014/05/22 16:56:48
Git complained about extraneous whitespace (blank
Derek Schuff
2014/05/22 23:42:39
Done.
|