Skip to content

Instantly share code, notes, and snippets.

@beam2d
Created July 14, 2014 08:28
Show Gist options
  • Save beam2d/89fee3d50cf445a78097 to your computer and use it in GitHub Desktop.
Save beam2d/89fee3d50cf445a78097 to your computer and use it in GitHub Desktop.
import maf
def configure(conf): pass
def build(exp):
exp(target='a', rule='date >> ${TGT}')
exp(source='a', target='b', rule='cp ${SRC} ${TGT}')
@beam2d
Copy link
Author

beam2d commented Jul 14, 2014

./waf configure build
rm build/a
./waf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment