Update Makefile
This commit is contained in:
parent
8e1e5ae024
commit
53b99a8feb
@ -1,9 +1,9 @@
|
|||||||
CC=g++
|
CC=g++
|
||||||
|
|
||||||
LIBSRCS=utils.cpp
|
LIBSRCS=utils.cpp testlib.cpp
|
||||||
LIBOBJS=$(LIBSRCS:.cpp=.o)
|
LIBOBJS=$(LIBSRCS:.cpp=.o)
|
||||||
|
|
||||||
CLASSSRCS=PenningTrap.cpp Particle.cpp
|
CLASSSRCS=IsingModel.cpp
|
||||||
CLASSOBJS=$(CLASSSRCS:.cpp=.o)
|
CLASSOBJS=$(CLASSSRCS:.cpp=.o)
|
||||||
|
|
||||||
INCLUDE=../include
|
INCLUDE=../include
|
||||||
@ -30,7 +30,8 @@ endif
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
all: test_suite main frequency_narrow_sweeps_long
|
all: test_suite main
|
||||||
|
#all: main
|
||||||
|
|
||||||
# Instrumentation using scorep for parallel analysis
|
# Instrumentation using scorep for parallel analysis
|
||||||
instrument:
|
instrument:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user