Repo init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
all: hello
|
||||
|
||||
hello: hello.o
|
||||
ld hello.o -o hello
|
||||
|
||||
hello.o: hello.s
|
||||
as hello.s -o hello.o
|
||||
|
||||
clean:
|
||||
rm hello.o hello
|
||||
Reference in New Issue
Block a user