mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
8 lines
192 B
Makefile
Executable File
8 lines
192 B
Makefile
Executable File
!IF "$(CPU)" == "ARM"
|
|
$(ASM_OBJS): ../../../../Asm/Arm/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ELSEIF "$(CPU)" != "IA64" && "$(CPU)" != "MIPS"
|
|
$(ASM_OBJS): ../../../../Asm/x86/$(*B).asm
|
|
$(COMPL_ASM)
|
|
!ENDIF
|