Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C/C++ Eclipse プロジェクトにいくつかのカスタム ビルド コマンドを追加する必要があることがよくあります。たとえば、make install、make test、make check などです。Eclipseでこれを行う方法は?
または、誰かがこの問題により適切な IDE を勧めてくれますか? build と clean に加えて、追加の make コマンドが必要なだけです。