mirror of
https://github.com/KDE/konsole.git
synced 2026-01-01 11:48:17 -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)
|
|
|