|
Makeprojects
|
Rebuild a project. More...
Functions | |
| main (working_directory=None, args=None) | |
| Invoke the command line rebuildme. | |
Rebuild a project.
Package that handles the command line program rebuildme.
The command rebuildme calls cleanme and then buildme in that order.
| makeprojects.rebuildme.main | ( | working_directory = None, | |
| args = None ) |
Invoke the command line rebuildme.
Entry point for the program rebuildme, this function will either get the parameters from sys.argv or the paramater args.
| working_directory | Directory to rebuild, or None for os.getcwd() |
| args | Command line to use instead of sys.argv |