mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00: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:
parent
af9eb9e399
commit
1a61e06af4
@ -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 ##
|
||||
## ----- ##
|
||||
|
Loading…
Reference in New Issue
Block a user