Skip to content

Commit

Permalink
fix space in config.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
arguelles committed May 13, 2016
1 parent 43955ce commit ba0721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ build/%.o : src/%.cpp
examples/Single_energy/single_energy : $(DYN_PRODUCT) examples/Single_energy/main.cpp
@echo Compiling single energy example
@$(CXX) $(CXXFLAGS) $(CFLAGS) examples/Single_energy/main.cpp -lnuSQuIDS $(LDFLAGS)-o $@
@$(CXX) $(CXXFLAGS) $(CFLAGS) examples/Single_energy/main.cpp -lnuSQuIDS $(LDFLAGS) -o $@
examples/Multiple_energy/multiple_energy : $(DYN_PRODUCT) examples/Multiple_energy/main.cpp
@echo Compiling multiple energy example
Expand Down

0 comments on commit ba0721f

Please sign in to comment.