Re: Additional environment information with make 4

2015-02-26 Thread David
On 26 February 2015 at 23:06, Markus Fischer wrote: > > I made a minimal example, here is the program I invoke with make along > with the makefile: > > makefile > all: > @g++ -o example main.cpp > > run: > ./example > > output > $ make && make run > ./example >

Re: Additional environment information with make 4

2015-02-26 Thread Markus Fischer
On 26.02.2015 13:20, David wrote: > Explained here: > https://www.gnu.org/software/make/manual/html_node/Echoing.html#Echoing > > Try changing that line in your makefile to: > @./example > Thanks, this got me on the right path. ___ Help-make mailing