We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1da5b8 commit 2f92967Copy full SHA for 2f92967
1 file changed
src/amuse/community/arepo/Makefile
@@ -38,5 +38,5 @@ worker_code.h: interface.py
38
arepo_worker: worker_code.cc worker_code.h $(CODELIB) $(OBJS)
39
$(MPICXX) $(CXXFLAGS) $< $(OBJS) $(CODELIB) -o $@
40
41
-# .cc.o: $<
42
-# $(CXX) $(CXXFLAGS) $(GSL_FLAGS) -c -o $@ $<
+.cc.o: $<
+ $(MPICXX) $(CXXFLAGS) $(CODELIB) -c -o $@ $<
0 commit comments