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.

Makefile 167B

1234567
  1. asm-printf-scanf: asm-printf-scanf.s kwadrat.c
  2. gcc -g asm-printf-scanf.s kwadrat.c -o asm-printf-scanf -no-pie
  3. all: asm-printf-scanf
  4. clean:
  5. rm -f asm-printf-scanf