diff --git a/wscript b/wscript new file mode 100644 index 0000000..735ceba --- /dev/null +++ b/wscript @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +if __name__ == '__main__': + print("Please run this file using waf, not directly.") + exit(1)