How to write makefile for Python? -
i have set of python class files. run mainprogram.py on linux python mainprogram.py
uses rest of class files.it reads input file , write output file.
until have hard-coded input path , output path in program. supposed use makefile mechanism list of input paths , list of output paths.
how write makefile? how can invoke makefile? corresponding changes has made in python program let know makefile being used? after makefile used how can run python program now?
Comments
Post a Comment