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.
1234567 |
- asm-printf-scanf: asm-printf-scanf.s kwadrat.c
- gcc -g asm-printf-scanf.s kwadrat.c -o asm-printf-scanf -no-pie
-
- all: asm-printf-scanf
-
- clean:
- rm -f asm-printf-scanf
|