Skip to content

Conversation

@hangingman
Copy link
Collaborator

@hangingman hangingman commented Jun 21, 2025

  • 'dep' ターゲットが 'gen' ターゲットの前に呼び出されるようにする対応
  • Go ツールを見つけるために、'gen' および 'test' ターゲットに PATH を明示的に設定

- Ensure 'dep' target is called before 'gen' target.
- Set PATH explicitly for 'gen' and 'test' targets to find Go tools.
@hangingman hangingman changed the title Fix: Makefile dependency and PATH issues Fix: Makefileの依存関係とPATHの問題 Jun 21, 2025
- Ensure 'dep' target is called before 'gen' target.
- Set PATH explicitly for 'gen' and 'test' targets to find Go tools.
- Define GOTEST with full path to avoid 'not found' errors.
- Ensure 'dep' target is called before 'gen' target.
- Set PATH explicitly for 'gen' and 'test' targets to find Go tools.
- Define GOTEST with full path to avoid 'not found' errors.
- Add gotest to dep target for proper installation.
@hangingman hangingman merged commit 0f55239 into main Jun 21, 2025
1 check passed
@hangingman hangingman deleted the fix/makefile-dependencies branch June 21, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants