Wydanie R2022.04.1

This commit is contained in:
2022-04-04 23:09:51 +02:00
parent 0ba84bef75
commit 6fee8ccd48
2 changed files with 53 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
all: echo
echo: echo.o
ld -melf_i386 echo.o -o echo
echo.o: echo.s
as --32 echo.s -o echo.o
clean:
rm echo echo.o