Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
connellr023 committed Aug 22, 2024
1 parent 899f5c5 commit bdb1486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux_x86_x64_release
path: ./build
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ run: $(TARGET)

# Release build with optimizations
release: CXXFLAGS += -O2
release: all

# Phony targets
.PHONY: all clean run release

0 comments on commit bdb1486

Please sign in to comment.