<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Makefile on Kliku Kliku</title><link>https://klikukliku.dev/tags/makefile/</link><description>Recent content in Makefile on Kliku Kliku</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 30 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://klikukliku.dev/tags/makefile/index.xml" rel="self" type="application/rss+xml"/><item><title>Symfony Quick Start: Docker &amp; Makefile</title><link>https://klikukliku.dev/posts/dockerfile-and-makefile-for-symfony/</link><pubDate>Tue, 30 Dec 2025 00:00:00 +0000</pubDate><guid>https://klikukliku.dev/posts/dockerfile-and-makefile-for-symfony/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I recently spent a lot of time optimizing my local environment. I realized that I had fallen into the trap of overcomplicating things. I was building huge docker-compose files and hiding logic inside scripts. Because of this, I lost sight of what really matters.&lt;/p&gt;
&lt;p&gt;I decided to go back to basics and focus on simplicity. My current setup for Symfony relies on two things: pure Docker and a Makefile. For the development image, I chose the latest PHP version and SQLite support. This allows me to start coding instantly. I do not have to waste time configuring heavy database containers.&lt;/p&gt;</description></item></channel></rss>