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:
2026-03-23 18:15:54 -07:00
parent aa32672208
commit 2833a70a36
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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