mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
23 lines
250 B
Makefile
23 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
|