lab5: poprawiony Makefile

This commit is contained in:
Jan Potocki
2019-06-01 20:20:15 +02:00
parent db8fe61fc3
commit 913407d82f
+1 -1
View File
@@ -1,4 +1,4 @@
fpu: fpu.c arctg.s
fpu: fpu.c arctg.s arctgc.c
gcc -g fpu.c arctg.s -o fpu -no-pie -lm