X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/c784793fda93bfbed526c325e685b37c7fb348a6..9d5cef9df44a7d6687a9563bc762ae56fe70103b:/doc/examples/Makefile-cpp diff --git a/doc/examples/Makefile-cpp b/doc/examples/Makefile-cpp index 06927ae..4986280 100644 --- a/doc/examples/Makefile-cpp +++ b/doc/examples/Makefile-cpp @@ -72,7 +72,7 @@ $(target): $(o_files) then \ echo "No hay archivos de entrada, recuerde que la extensión debe ser '.$(extension)'."; \ false; \ - fi + fi >&2 $(enlazador) $(LDFLAGS) $(o_files) $(LOADLIBES) $(LDLIBS) -o $(target) clean: