added tty
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
tty: tty.S
|
||||
as -o tty.o tty.S
|
||||
ld -o tty tty.o
|
||||
clean:
|
||||
rm -f tty tty.o
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
tty: tty.S
|
||||
as -o tty.o tty.S
|
||||
ld -o tty tty.o
|
||||
clean:
|
||||
rm -f tty tty.o
|
||||