Fix Linux CI: default make target was 'obj' dir instead of 'trianglesd'
mkdir -p obj before make caused 'obj' (first rule) to be the default target. Moved 'all: trianglesd' above directory rules and added explicit target to CI build step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -181,7 +181,7 @@ jobs:
|
||||
run: |
|
||||
cd src
|
||||
mkdir -p obj
|
||||
make -f makefile.unix -j$(nproc)
|
||||
make -f makefile.unix trianglesd -j$(nproc)
|
||||
|
||||
- name: Strip binary
|
||||
run: strip --strip-all src/trianglesd
|
||||
|
||||
Reference in New Issue
Block a user