Added a new acceptor based on targets in a data file

This commit is contained in:
Yohai Meiron 2020-08-16 21:27:20 -04:00
parent 3f4025d9fb
commit 582f1f4d8b
4 changed files with 52 additions and 16 deletions

View file

@ -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: