Skip to content

Commit

Permalink
fix makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverYolo committed Oct 31, 2024
1 parent 4bbf9ae commit bc0cb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# - `MUSL`: Link C app with musl libc

# General options
ARCH ?= aarch64
ARCH ?= x86_64
PLATFORM ?=
SMP ?= 1
MODE ?= release
Expand Down

0 comments on commit bc0cb9f

Please sign in to comment.