From 4121d2f266f53bc0a57b62cbdd2a589b81317e30 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Wed, 15 Oct 2014 19:03:32 +0200 Subject: [PATCH] lesson 13, first kernel --- 13-kernel-barebones/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13-kernel-barebones/Makefile b/13-kernel-barebones/Makefile index 2882854..764f9b0 100644 --- a/13-kernel-barebones/Makefile +++ b/13-kernel-barebones/Makefile @@ -2,7 +2,7 @@ # $< = first dependency # $^ = all dependencies -# First rule is the one executed when no paramaters are fed to the Makefile +# First rule is the one executed when no parameters are fed to the Makefile all: run # Notice how dependencies are built as needed