|
C:\Users\Windowsユーザ名\Source\Repos\プロジェクト名(test1) がプロジェクトフォルダになるので、ここに を置く
main.c makefile をプロジェクトに追加する
ビルドコマンドライン cd $(RemoteRootDir)/$(ProjectName);make 全てリビルド コマンドライン cd $(RemoteRootDir)/$(ProjectName);make clean;make クリーン コマンドライン cd $(RemoteRootDir)/$(ProjectName);make clean 出力 $(RemoteRootDir)/$(ProjectName)/main
ここを tar で固めると伝統的な 「tarをほどいてmake実行」なlinuxアプリケーションが完成する。 関連 †
|