Skip to content

Commit

Permalink
Added missing lib target.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcphillips committed Nov 6, 2017
1 parent 80ce884 commit db8d1e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ DEP_LIBS = antlr4-runtime \
sqlite3 \
graphviz-lib

YW_LIBS = sqlite-db \
YW_LIBS = yw-common \
sqlite-db \
yw-config \
yw-cli \
yw-db \
Expand Down

0 comments on commit db8d1e7

Please sign in to comment.