waf/playground/errcheck/wrong_top/wscript

16 lines
211 B
Python

#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2010 (ita)
"""
Setting the source directory below the current folder is a
bad idea in general
"""
top = 'src'
out = 'build'
def configure(conf):
pass