Skip to content

Commit

Permalink
Minor Makefile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed May 13, 2015
1 parent 07a4348 commit c0be175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/hartree-fock/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CPPFLAGS += -I$(TOPDIR)/include -I$(TOPDIR)/include/libint2 -I$(SRCDIR)/$(TOPDIR

COMPILER_LIB = $(TOPDIR)/src/bin/libint/libINT.a
COMPUTE_LIB = -lint2
VPATH = $(TOPDIR)/lib:$(TOPDIR)/lib/.libs
vpath %.a $(TOPDIR)/lib:$(TOPDIR)/lib/.libs

OBJSUF = o
DEPSUF = d
Expand Down

0 comments on commit c0be175

Please sign in to comment.