blob: 3b46e2d881d0ff25ae507b3b1da8383b33f52432 [file] [log] [blame]
# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
obj = bld.create_ns3_program('sync-example', ['sync'])
obj.source = 'sync-example.cc'