mirror of
https://github.com/pfloos/quack
synced 2024-12-22 12:23:42 +01:00
Radovan fix numgrid
This commit is contained in:
parent
afedbf6999
commit
3c050ffe4f
@ -14,8 +14,8 @@ ifeq ($(PROFIL),1)
|
||||
FC += -p -fno-inline
|
||||
endif
|
||||
|
||||
LIBS = -lstdc++ ../../lib/*.a
|
||||
LIBS += -lblas -llapack
|
||||
LIBS = -lc++ ../../lib/*.a
|
||||
LIBS += -lblas -llapack
|
||||
|
||||
SRCF90 = $(wildcard *.f90)
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
*.o
|
Loading…
Reference in New Issue
Block a user