Python スクリプト用の Makefile を作成しようとしています。VMTranslator
入力を取得するはずの実行可能ファイル、
つまり、これはシェルコマンドで行われるはずの方法です:
1)make <==== should make the VMTranslator executable.
2)VMTranslator BasicTest.vm <==== the user is supposed to use it like this.
オンラインで見つけたものに従って、次のことを試しました。
#!/usr/local/bin/
python *$
しかし、それは機能していません。
含める必要があるファイルは、 codeWriter.py 、 vmTranslator.py 、 parser.py です。
これはどのように行うことができますか?