Browse Source

lab5: poprawiony Makefile

Jan Potocki 5 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,4 +1,4 @@
1
-fpu: fpu.c arctg.s
1
+fpu: fpu.c arctg.s arctgc.c
2 2
 	gcc -g fpu.c arctg.s -o fpu -no-pie -lm
3 3
 
4 4
 

Loading…
Cancel
Save