Added waf config file

This commit is contained in:
Jake Howard 2016-02-05 18:02:02 +00:00
parent 85472754b5
commit 2568959a26

5
wscript Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python3
if __name__ == '__main__':
print("Please run this file using waf, not directly.")
exit(1)