1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/Makefile.waf

24 lines
257 B
Makefile
Raw Normal View History

# very crude Makefile to run waf
WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
all:
$(WAF) build
install:
$(WAF) install
uninstall:
$(WAF) uninstall
2010-03-15 10:23:48 +03:00
test:
$(WAF) test
quicktest:
$(WAF) test --quick
clean:
$(WAF) clean
distclean:
rm -rf bin