Files
AK2-stuff/lab5/Makefile
T
2019-06-01 20:20:15 +02:00

9 lines
99 B
Makefile

fpu: fpu.c arctg.s arctgc.c
gcc -g fpu.c arctg.s -o fpu -no-pie -lm
all: fpu
clean:
rm -f fpu