help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to compile this simple program in GNU emacs


From: Oleksander Gavenko
Subject: Re: How to compile this simple program in GNU emacs
Date: Sat, 02 Feb 2008 22:43:09 +0200
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Try this Makefile

run: newone
<tab>  echo -e "45\n" | ./$@

newone: newone.c
<tab>  gcc -o $@ $<

put it in directory where your newone.c and type M-x compile.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]