diff options
Diffstat (limited to 'lib/ftp/Makefile')
-rw-r--r-- | lib/ftp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ftp/Makefile b/lib/ftp/Makefile index e0c9de42e4..e6bceebe15 100644 --- a/lib/ftp/Makefile +++ b/lib/ftp/Makefile @@ -76,3 +76,5 @@ dialyzer: $(DIA_PLT) @dialyzer --plt $< \ ../$(APPLICATION)/ebin \ --verbose + +include $(ERL_TOP)/make/app_targets.mk |