ladybird/Makefile
2019-12-25 10:11:09 +01:00

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