1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Fixing makefile

This commit is contained in:
Anthony Scemama 2021-03-06 19:36:46 +01:00
parent f03cff153e
commit f26785b829

View File

@ -34,7 +34,7 @@ LIBS=-lm
endif
QMCKL_ROOT=$(PWD)/..
QMCKL_ROOT=$(CURDIR)/..
export CC CFLAGS FC FFLAGS LIBS QMCKL_ROOT