Skip to content

Commit

Permalink
Fix picky rule in Makefiles
Browse files Browse the repository at this point in the history
As the GitHub repo was changed in the workflow it should also refer to
it in the Makefiles.
  • Loading branch information
xexyl committed Jul 13, 2024
1 parent f105082 commit 23637f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ picky: ${ALL_SRC} dbg/Makefile dyn_array/Makefile 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

0 comments on commit 23637f8

Please sign in to comment.