1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/Makefile.waf

24 lines
260 B
Makefile
Raw Normal View History

# very crude Makefile to run waf
WAF=WAFCACHE=$(HOME)/.wafcache ../buildtools/waf
all:
2010-03-15 10:26:58 +03:00
$(WAF) build -p
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