Browse Source

lab5: poprawiony Makefile

Jan Potocki 6 years ago
parent
commit
913407d82f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lab5/Makefile

+ 1
- 1
lab5/Makefile View File

1
-fpu: fpu.c arctg.s
1
+fpu: fpu.c arctg.s arctgc.c
2
 	gcc -g fpu.c arctg.s -o fpu -no-pie -lm
2
 	gcc -g fpu.c arctg.s -o fpu -no-pie -lm
3
 
3
 
4
 
4
 

Loading…
Cancel
Save