Skip to content

Commit

Permalink
Remove make support
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber committed Aug 5, 2024
1 parent a6871ee commit b6ab59a
Show file tree
Hide file tree
Showing 53 changed files with 0 additions and 1,849 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,3 @@ jobs:
with:
name: xenoblade.jp.MAP
path: build/*/xenoblade.jp.MAP

build_make:
name: Build (legacy)
runs-on: ubuntu-latest
container: ghcr.io/xbret/build:main
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build
run: |
python configure.py --map --compilers /compilers
make -j$(nproc) COMPILERS=/compilers
193 changes: 0 additions & 193 deletions Makefile

This file was deleted.

52 changes: 0 additions & 52 deletions include_link.mk

This file was deleted.

14 changes: 0 additions & 14 deletions libs/CriWare/Makefile

This file was deleted.

21 changes: 0 additions & 21 deletions libs/NdevExi2A/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions libs/PowerPC_EABI_Support/Makefile

This file was deleted.

81 changes: 0 additions & 81 deletions libs/PowerPC_EABI_Support/src/MSL_C/Makefile

This file was deleted.

Loading

1 comment on commit b6ab59a

@EpochFlame
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rip makefile lol

Please sign in to comment.