diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-01-16 15:35:41 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-01-16 15:35:41 +0700 |
commit | 7bfa48ffe4ec23052c3fd833b3c0197b5c705dc0 (patch) | |
tree | 6776333a330b6a6d2e2f28d4b1d808c2c07ca466 /Makefile | |
parent | 59a9a8e9a1b8a4a784078ab5f355ee4633b5f332 (diff) | |
download | vyos-master.tar.gz vyos-master.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a169332 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: +verify-definitions: + find data/interface-definitions/ -type f -print | xargs scripts/verify-schema.py schema/interface_definition.rng + +.PHONY: +all: + verify-definitions |