diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-05 14:09:37 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-05 16:14:13 +0200 |
commit | f8120ab6977074266cce6b665ed6aa3ef15953c2 (patch) | |
tree | 4557b3fa7531fb420a79fdea4dd51abd2e3527ee /buildtools/scripts | |
parent | 47fb7dfd1c0b5917219a199d45b3d2fdded954c5 (diff) | |
download | samba-f8120ab6977074266cce6b665ed6aa3ef15953c2.tar.gz |
build: added a distcheck target
Diffstat (limited to 'buildtools/scripts')
-rw-r--r-- | buildtools/scripts/Makefile.waf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index e40b6352c84..1345f19e916 100644 --- a/buildtools/scripts/Makefile.waf +++ b/buildtools/scripts/Makefile.waf @@ -20,6 +20,9 @@ quicktest: dist: $(WAF) dist +distcheck: + $(WAF) distcheck + clean: $(WAF) clean |