mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
22 lines
250 B
Makefile
22 lines
250 B
Makefile
SUBDIRS += \
|
|
AK \
|
|
Applications \
|
|
DevTools \
|
|
Kernel \
|
|
Libraries \
|
|
MenuApplets \
|
|
Servers \
|
|
Shell \
|
|
Userland
|
|
|
|
SUBDIRS += \
|
|
Games \
|
|
Demos
|
|
|
|
include Makefile.subdir
|
|
|
|
all: subdirs
|
|
|
|
.PHONY: test
|
|
test:
|
|
$(QUIET) $(MAKE) -C AK/Tests clean all clean
|