dotfiles/wscript

6 lines
122 B
Plaintext
Raw Normal View History

2016-02-05 18:02:02 +00:00
#!/usr/bin/env python3
if __name__ == '__main__':
print("Please run this file using waf, not directly.")
exit(1)