mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
7 lines
135 B
Makefile
7 lines
135 B
Makefile
LIB_BASE = lib
|
|
LIB_BASE_ = $(LIB_BASE)$(SEP)
|
|
|
|
include lib/inflib/inflib.mak
|
|
ifeq ($(ARCH),powerpc)
|
|
include lib/ppcmmu/ppcmmu.mak
|
|
endif
|