mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
10 lines
107 B
Makefile
10 lines
107 B
Makefile
SUBDIRS := bugs features legacy misc
|
|
|
|
all: $(SUBDIRS)
|
|
|
|
$(SUBDIRS):
|
|
$(MAKE) -C $@
|
|
|
|
.PHONY: all $(SUBDIRS)
|
|
|