Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eddy16112 committed Feb 20, 2018
1 parent 9d0c906 commit 986b628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/runtime.mk
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ $(GPU_RUNTIME_OBJS): %.cu.o : %.cu
$(NVCC) -o $@ -c $< $(NVCC_FLAGS) $(INC_FLAGS)

$(LEGION_FORTRAN_API_OBJS) : %.o : %.f90
gfortran -cpp -J$(LG_RT_DIR)/legion -o $@ -c $< $(FC_FLAGS) $(INC_FLAGS)
gfortran -cpp -J$(LG_RT_DIR) -o $@ -c $< $(FC_FLAGS) $(INC_FLAGS)

$(GEN_OBJS) : %.o : %.cc
$(CXX) -o $@ -c $< $(CC_FLAGS) $(INC_FLAGS)
Expand Down

0 comments on commit 986b628

Please sign in to comment.