aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'LAPACKE/utils/Makefile')
-rw-r--r--LAPACKE/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/LAPACKE/utils/Makefile b/LAPACKE/utils/Makefile
index 1d785678..57b8f0dd 100644
--- a/LAPACKE/utils/Makefile
+++ b/LAPACKE/utils/Makefile
@@ -190,7 +190,7 @@ lib: $(OBJ)
$(RANLIB) ../../$(LAPACKELIB)
.c.o:
- $(CC) -c $(CFLAGS) -I ../include -o $@ $<
+ $(CC) $(CFLAGS) -I../include -c -o $@ $<
clean:
rm -f *.o