diff options
author | Kjell Winblad <[email protected]> | 2019-06-26 08:31:19 +0200 |
---|---|---|
committer | Kjell Winblad <[email protected]> | 2019-06-26 08:31:19 +0200 |
commit | 14944c65bada76cf246f885f7a146c7fd54cb3df (patch) | |
tree | da9368f155f49924d15db82506bfe0d9c8b26ffa /lib/tftp/Makefile | |
parent | c59148c2995d5ac63094ab2e39682f47671ee37e (diff) | |
parent | 2f246b551cca5ca7ca9187282e42650976a65cbb (diff) | |
download | otp-14944c65bada76cf246f885f7a146c7fd54cb3df.tar.gz otp-14944c65bada76cf246f885f7a146c7fd54cb3df.tar.bz2 otp-14944c65bada76cf246f885f7a146c7fd54cb3df.zip |
Merge branch 'kjell/make_test/OTP-15812'
Diffstat (limited to 'lib/tftp/Makefile')
-rw-r--r-- | lib/tftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tftp/Makefile b/lib/tftp/Makefile index a4559fbc2e..348a4a86b6 100644 --- a/lib/tftp/Makefile +++ b/lib/tftp/Makefile @@ -76,3 +76,5 @@ dialyzer: $(DIA_PLT) @dialyzer --plt $< \ ../$(APPLICATION)/ebin \ --verbose + +include $(ERL_TOP)/make/app_targets.mk |