Files
AK2-stuff/lab4/Makefile
T
2019-06-01 14:39:21 +02:00

8 lines
167 B
Makefile

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