Sign in
qemu
/
skiboot
/
092d2a8e58cad4c9cac3dc573f5af6409d2d1ce6
/
.
/
external
/
memboot
/
Makefile
blob: 9b526a3d687e0a4ca2dcb6f3bc416447ba00b949 [
file
] [
log
] [
blame
]
all
:
memboot
CFLAGS
=-
O2
-
Wall
memboot
:
memboot
.
c
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
.
PHONY
:
clean
clean
:
rm
-
rf memboot
.
PHONY
:
distclean
distclean
:
clean
rm
-
rf
*.
c
~
*.
h
~
*.
i
*.
s
Makefile
~