index
:
mykernel
master
simple x86 kernel
Aleksa Vuckovic
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
as
/
Makefile
blob: bd5664b419a74d645b969c91f5fe25301b56853d (
plain
)
1
2
3
4
5
.PHONY
:
all
all
:
$(
AS_OBJECTS
)
$(AS_OBJECT_DIR)/%.o
:
%.
s
$(
AS
)
$<
-o
$@