make: add "log" target

This commit is contained in:
Franco Fichtner 2022-02-24 09:09:02 +01:00
parent 3e528e8431
commit 2e7a8e438d

View File

@ -482,6 +482,9 @@ rebase:
@git rebase -i
@git checkout master
log:
@git log --stat -p stable/${CORE_ABI}
test: want-phpunit7-php${CORE_PHP}
@if [ "$$(${VERSIONBIN} -v)" != "${CORE_PKGVERSION}" ]; then \
echo "Installed version does not match, expected ${CORE_PKGVERSION}"; \