Repo init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
all: mul_arm
|
||||
|
||||
mul_arm: mul.s
|
||||
gcc mul.s -o mul_arm
|
||||
|
||||
clean:
|
||||
rm mul_arm
|
||||
Reference in New Issue
Block a user