lesson 13, first kernel

pull/6/head
Carlos Fenollosa 10 years ago
parent 403ef8e4ec
commit 4121d2f266

@ -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

Loading…
Cancel
Save