Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59b53fb5f0 | |||
| 2f762095b4 | |||
| b5886f8b22 | |||
| e8ce52a74a | |||
| 69dfd6c7c5 |
3 changed files with 3 additions and 2 deletions
2
BUILDNUM
2
BUILDNUM
|
|
@ -1 +1 @@
|
|||
2
|
||||
5
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ A high-level 6502 cross-compiler targeting the ACME Cross-Assembler. c65gm provi
|
|||
|
||||
## Download
|
||||
|
||||
Pre-built binaries are available from the [Releases page](https://github.com/YOUR_USERNAME/c65gm/releases). Each release follows the naming pattern `c65gm_v{MAJOR}.{BUILD}_os_arch`:
|
||||
Pre-built binaries are available from [siders.techserio.com/downloads](https://siders.techserio.com/downloads). Each release follows the naming pattern `c65gm_v{MAJOR}.{BUILD}_os_arch`:
|
||||
|
||||
| File | Platform |
|
||||
|------|----------|
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ BUILD_DATE="$(date -u +%Y-%m-%dT%H:%M:%SZ 2>/dev/null || date -u +%Y-%m-%d)"
|
|||
|
||||
LDFLAGS="-s -w -X main.version=${VERSION}"
|
||||
DIST="dist"
|
||||
rm -rf "$DIST"
|
||||
mkdir -p "$DIST"
|
||||
|
||||
# SHA256 command detection (Linux vs macOS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue