#!/usr/bin/env python3 from compile import build def main(): build("cc") if __name__ == "__main__": main()