mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 23:58:02 -05:00
syntax-check: Add all target
The makefile is an implementation detail, so point users towards the proper way of running syntax-check if they happen to call it directly. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
all:
|
||||
@echo "Do not call this file directly, use 'meson test' instead" >&2; \
|
||||
exit 1
|
||||
|
||||
|
||||
## ----- ##
|
||||
## Rules ##
|
||||
## ----- ##
|
||||
|
||||
Reference in New Issue
Block a user