Skip to content

Commit

Permalink
Merge pull request #911 from xexyl/picky-makefile
Browse files Browse the repository at this point in the history
Fix picky rule in Makefiles
  • Loading branch information
lcn2 authored Jul 14, 2024
2 parents 2904935 + 23637f8 commit 77f0520
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 77f0520

Please sign in to comment.