index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
init
/
Makefile
blob: 4b578f8f19986cfade75eec29208391de93bd2f2 (
plain
)
1
2
3
4
5
6
7
CC = LD = .PHONY: all all: $(CC) -c main.c -o main.o; $(LD) main.o -o init -e main