Różne programy na zajęcia laboratoryjne z AK2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- 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
|