waifu/tests/msdev/wscript

13 lines
162 B
Python

#! /usr/bin/env python
# encoding: utf-8
# a1batross, 2019
def options(opt):
opt.load('msdev')
def configure(conf):
conf.load('msdev')
def build(bld):
pass