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
>
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