index
:
Hyra
dev
expt
main
old
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Makefile
blob: 38818332f503040e8f82d1e39e9d0b3ff3d9d2a3 (
plain
)
1
2
3
4
5
6
7
.PHONY
:
libc
libc
:
cd
libc
;
make
CC
=
$(
CC
)
.PHONY
:
clean
clean
:
cd
libc/
;
make
clean