سلام
من میخوام برنامه ای رو اجرا کنم. وقتی دستور make را در دایرکتوری برنامم وارد میکنم یک فایل خروجی به این صورت میاد:
rm -rf *.c *.h*.o
این میشه فایل خروجی دیگه درسته؟ ولی من نمیدونم این فایل رو چه طوری اجرا کنم.
در چند خط ابتدایی برنامه این command ها نوشته شده:
: Command line options
*/
/* .mM : M = even integer; 2**M total complex data points transformed- */
/* .pP : P = number of processors; Must be a power of 2- */
/* .nN : N = number of cache lines- */
/* .lL : L = Log base 2 of cache line length in bytes- */
/* .s : Print individual processor timing statistics- */
/* t : Perform FFT and inverse FFT. Test output by comparing the- */
/* .integral of the original data to the integral of the data */
/* that results from performing the FFT and inverse FFT. */
/* .o : Print out complex data points- */
/* .h : Print out command line options- */
/* Note: This version works under both the FORK and SPROC models */