diff options
author | Lukas Larsson <[email protected]> | 2017-10-23 13:08:17 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-10-31 13:46:05 +0100 |
commit | 1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e (patch) | |
tree | adcba75241e7cc9ca2fe4ac4828b714546545e60 /lib/erl_interface/src/Makefile | |
parent | 202d62c473e00fd066a70c85ba1d5c26ef2607a1 (diff) | |
download | otp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.tar.gz otp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.tar.bz2 otp-1a1fe80bb3b3bfc6705d4a581f109d0a8e5a8c2e.zip |
Add toplevel xmllint make target
Diffstat (limited to 'lib/erl_interface/src/Makefile')
-rw-r--r-- | lib/erl_interface/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_interface/src/Makefile b/lib/erl_interface/src/Makefile index 31f34d4bba..135522397b 100644 --- a/lib/erl_interface/src/Makefile +++ b/lib/erl_interface/src/Makefile @@ -29,5 +29,5 @@ include $(ERL_TOP)/make/target.mk debug opt shared purify quantify purecov gcov: $(make_verbose)$(MAKE) -f $(TARGET)/Makefile TYPE=$@ -clean depend docs release release_docs tests release_tests check: +clean depend docs release release_docs tests release_tests check xmllint: $(make_verbose)$(MAKE) -f $(TARGET)/Makefile $@ |