Skip to content

Commit

Permalink
Merge pull request #912 from xexyl/picky-makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 authored Jul 14, 2024
2 parents 1658316 + d69dba7 commit c6c62ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dbg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ picky: ${ALL_SRC}
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down
2 changes: 1 addition & 1 deletion dyn_array/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ picky: ${ALL_SRC}
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down
2 changes: 1 addition & 1 deletion jparse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ picky: ${ALL_SRC} test_jparse/Makefile
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down
2 changes: 1 addition & 1 deletion jparse/test_jparse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ picky: ${ALL_SRC}
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down
2 changes: 1 addition & 1 deletion soup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ picky: ${ALL_SRC}
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down
2 changes: 1 addition & 1 deletion test_ioccc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ picky: ${ALL_SRC}
echo 1>&2; \
echo 'See the following GitHub repo for ${PICKY}:'; 1>&2; \
echo 1>&2; \
echo ' https://github.com/xexyl/picky' 1>&2; \
echo ' https://github.com/lcn2/picky' 1>&2; \
echo 1>&2; \
exit 1; \
else \
Expand Down

0 comments on commit c6c62ed

Please sign in to comment.