Skip to content

Commit

Permalink
Updated paths in postnek's makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
RonRahaman committed Jul 12, 2016
1 parent a90653e commit 3ff04cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/postnek/makefile
Expand Up @@ -77,7 +77,7 @@ userf.o : userf.f basics.inc basicsp.inc ; $(F77) -c $(FLAGS) userf.f
trap.o : trap.f basics.inc basicsp.inc ; $(F77) -c $(FLAGS) trap.f
xinterface.o : xinterface.f basics.inc ; $(F77) -c $(FLAGS) xinterface.f
reverc.o : revert.f ; $(F77) -c $(FLAGS) revert.f
blas.o : ../../core/3rd_party/blas.f ; $(F77) -c $(FLAGS) ../../nek/3rd_party/blas.f
blas.o : ../../core/3rd_party/blas.f ; $(F77) -c $(FLAGS) ../../core/3rd_party/blas.f

revert.o : revert.c ; $(CC) -c $(CFLAGS) revert.c
byte.o : byte.c ; $(CC) -c $(CFLAGS) byte.c
Expand Down

0 comments on commit 3ff04cc

Please sign in to comment.