Skip to content

Commit

Permalink
Merge pull request #40 from antimatter15/patch-1
Browse files Browse the repository at this point in the history
first-stage/PARSE/Makefile: Typo with OPARSE_OBJS
  • Loading branch information
dmcc committed Feb 13, 2016
2 parents fa8d0d9 + 33fec99 commit bb0f1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion first-stage/PARSE/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ parseIt: $(PARSE_OBJS)
$(CXX) $(CFLAGS) $(PARSE_OBJS) -o parseIt -D_REENTRANT -D_XOPEN_SOURCE=600 -lpthread

oparseIt: $(OPARSE_OBJS)
$(CXX) $(CFLAGS) $(PARSE_OBJS) -o oparseIt
$(CXX) $(CFLAGS) $(OPARSE_OBJS) -o oparseIt

evalTree: $(EVALTREE_OBJS)
$(CXX) $(CFLAGS) ${EVALTREE_OBJS} -o evalTree -D_REENTRANT -D_XOPEN_SOURCE=600 -lpthread
Expand Down

0 comments on commit bb0f1b4

Please sign in to comment.