Repo init

This commit is contained in:
Jan Potocki
2020-06-22 17:31:00 +02:00
commit 5f9799c55c
11 changed files with 269 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: mul_arm
mul_arm: mul.s
gcc mul.s -o mul_arm
clean:
rm mul_arm