Skip to content

Commit

Permalink
revise makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Dec 3, 2018
1 parent 054bb08 commit a4f09ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exams/final/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final$(EXE): final.$(OBJ)
$(CLINKER) $(OMPFLAG) $(OPTFLAGS) -o final final.$(OBJ) $(LIBS) $(LIBOPENCV)

final_omp$(EXE): final_omp.$(OBJ)
$(CLINKER) $(OMPFLAG) $(OPTFLAGS) -o final_omp final_omp.$(OBJ) $(LIBS)
$(CLINKER) $(OMPFLAG) $(OPTFLAGS) -o final_omp final_omp.$(OBJ) $(LIBS) $(LIBOPENCV)

run: $(EXES)
$(PRE)final$(EXE)
Expand Down

0 comments on commit a4f09ab

Please sign in to comment.