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