mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
Fix Windows
This commit is contained in:
parent
2695f8d39a
commit
0429b2e5bb
6
Makefile
6
Makefile
|
|
@ -11,7 +11,11 @@ LD := $(DEVKITARM)/bin/arm-none-eabi-ld
|
|||
|
||||
OBJCOPY := $(DEVKITARM)/bin/arm-none-eabi-objcopy
|
||||
|
||||
LIB := -L tools/agbcc/lib -lc -lgcc
|
||||
ifeq ($(OS),Windows_NT)
|
||||
LIB := tools/agbcc/lib/libc.a tools/agbcc/lib/libgcc.a
|
||||
else
|
||||
LIB := -L tools/agbcc/lib -lc -lgcc
|
||||
endif
|
||||
|
||||
MD5 := md5sum -c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user