Skip to content

Commit

Permalink
Update link targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 24, 2023
1 parent daf35f0 commit eff4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Doxyfile: $(srcdir)/template/Doxyfile.tmpl $(PREP) $(tooldir)/generic_erb.rb $(R

libparser-so:
$(ECHO) linking shared-library $@
$(Q) $(LDSHARED) $(DLDFLAGS) node2.o parse.o st.o $(OUTFLAG)$@
$(Q) $(LDSHARED) $(DLDFLAGS) node2.o parse.o st2.o $(OUTFLAG)$@

program: $(SHOWFLAGS) $(PROGRAM)
wprogram: $(SHOWFLAGS) $(WPROGRAM)
Expand Down

0 comments on commit eff4a14

Please sign in to comment.