Różne programy na zajęcia laboratoryjne z AK2

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