6 lines
141 B
Bash
Executable file
6 lines
141 B
Bash
Executable file
#!/bin/sh
|
|
# /* Copyright (C) 2011-2012 IBM Corporation and Others. All Rights Reserved */
|
|
icc -o iculd iculd.c
|
|
icc -o cxxfilt cxxfilt.cpp
|
|
|
|
|