Wydanie R2020.04.1

This commit is contained in:
Jan Potocki
2020-04-04 13:15:45 +02:00
parent afa69c2377
commit 760d5a8617
4 changed files with 102 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
hex: hex.o
ld hex.o -o hex
hex.o: hex.s
as hex.s -o hex.o
all: hex
clean:
rm hex