# Introduction In this challenge, you will learn to create a basic Makefile to compile a simple C program. You'll understand how Makefiles help automate the build process and manage multiple source files.
Click the virtual machine below to start practicing