Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Jan 15, 2024
1 parent 8ffae32 commit 6d6d19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ else
WINE :=
endif

CC := $(WINE) ./armcc.exe
AS := $(WINE) ./armasm.exe
CC := arm-none-eabi-c++
AS := arm-none-eabi-as
LK := $(DEVKITARM)/bin/arm-none-eabi-gcc
OBJCOPY := $(DEVKITARM)/bin/arm-none-eabi-objcopy

Expand Down

0 comments on commit 6d6d19e

Please sign in to comment.