Wydanie R2020.04.1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user