mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
13 lines
126 B
Makefile
13 lines
126 B
Makefile
LIBRARIES = ntdll kernel32
|
|
|
|
all: $(LIBRARIES)
|
|
|
|
ntdll: dummy
|
|
make -C ntdll
|
|
|
|
kernel32: dummy
|
|
make -C kernel32
|
|
|
|
dummy:
|
|
|