Added a new acceptor based on targets in a data file
This commit is contained in:
parent
3f4025d9fb
commit
582f1f4d8b
4 changed files with 52 additions and 16 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ LIB += -lgsl -pthread
|
|||
|
||||
EXECUTABLE ?= scattering_experiment
|
||||
|
||||
defualt: loadtxt.o replay.o scattering_experiment.o
|
||||
default: loadtxt.o replay.o scattering_experiment.o
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INC) $? -o $(EXECUTABLE) $(LIB)
|
||||
|
||||
.cpp.o:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue