Files
unison/src/template/examples/wscript

6 lines
156 B
Plaintext
Raw Normal View History

2011-05-04 20:02:57 -07:00
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
if not bld.env['ENABLE_EXAMPLES']:
return;