After much trial and
error on my md box, I gave up on emacs, and decided to use the 'gcc' and 'make'
commands in the terminal window. I have successfully managed to use gcc to
debug, but am not able to use 'make'.
When I
type:
$ make
/home/aru/prog/weekone/2-17.c
The program
returns:
make: nothing to
be done for '/home/aru/prog/weekone/2-17.c'
I gained nothing
from typing:
$ make
--help
Also, after the file
is made, how do I run it?
This is kinda
important for my class, so If you can help, please do so!
-Aru
Sahni
