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 99B

12345678
  1. fpu: fpu.c arctg.s arctgc.c
  2. gcc -g fpu.c arctg.s -o fpu -no-pie -lm
  3. all: fpu
  4. clean:
  5. rm -f fpu