mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +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
|