<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux Sin Humo (Publicaciones sobre tip)</title><link>https://sergiobelkin.com/</link><description></description><atom:link href="https://sergiobelkin.com/categories/cat_tip.xml" rel="self" type="application/rss+xml"></atom:link><language>es</language><copyright>Contents © 2025 &lt;a href="mailto:sebelk@gmail.com"&gt;sebelk&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-NC-SA"
style="border-width:0; margin-bottom:12px;"
src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"&gt;&lt;/a&gt;
</copyright><lastBuildDate>Thu, 30 Oct 2025 22:19:35 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Make the difference</title><link>https://sergiobelkin.com/posts/2010/09/09/make-the-difference/</link><dc:creator>sebelk</dc:creator><description>&lt;p&gt;Make no solamente sirve para compilar programas, sino para muchas otras cosas, por ejemplo usando un Makefile con este contenido en un directorio de fotos:&lt;/p&gt;
&lt;code&gt;
&lt;p&gt;scpimg: *.png *.jpg&lt;/p&gt;
&lt;p&gt;scp $? server:/var/www/gallery&lt;/p&gt;
&lt;p&gt;touch scpimg&lt;/p&gt;
&lt;/code&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cada vez que hay nuevas imágenes se suben a un servidor.&lt;/p&gt;
&lt;p&gt;Obviamente se supone que el make está en una crontab y que se usa ssh con clave pública. ¿Qué otro uso interesante de make podría haber?&lt;/p&gt;
&lt;h2&gt;Más información&lt;/h2&gt;
&lt;p&gt;&lt;a title="Documentacion GNU Make" href="http://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples"&gt;Documentación de GNU Make&lt;/a&gt;&lt;/p&gt;</description><category>make</category><guid>https://sergiobelkin.com/posts/2010/09/09/make-the-difference/</guid><pubDate>Thu, 09 Sep 2010 16:34:17 GMT</pubDate></item></channel></rss>