mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
lesson 13, first kernel
This commit is contained in:
parent
403ef8e4ec
commit
4121d2f266
@ -2,7 +2,7 @@
|
|||||||
# $< = first dependency
|
# $< = first dependency
|
||||||
# $^ = all dependencies
|
# $^ = 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
|
all: run
|
||||||
|
|
||||||
# Notice how dependencies are built as needed
|
# Notice how dependencies are built as needed
|
||||||
|
Loading…
Reference in New Issue
Block a user