Skip to content

Commit 2f92967

Browse files
committed
re-add lines
1 parent d1da5b8 commit 2f92967

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/amuse/community/arepo/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ worker_code.h: interface.py
3838
arepo_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
3939
$(MPICXX) $(CXXFLAGS) $< $(OBJS) $(CODELIB) -o $@
4040

41-
# .cc.o: $<
42-
# $(CXX) $(CXXFLAGS) $(GSL_FLAGS) -c -o $@ $<
41+
.cc.o: $<
42+
$(MPICXX) $(CXXFLAGS) $(CODELIB) -c -o $@ $<

0 commit comments

Comments
 (0)