mirror of
https://github.com/KDE/konsole.git
synced 2026-03-10 18:07:08 -04:00
10 lines
107 B
Makefile
10 lines
107 B
Makefile
SUBDIRS := bugs features legacy misc
|
|
|
|
all: $(SUBDIRS)
|
|
|
|
$(SUBDIRS):
|
|
$(MAKE) -C $@
|
|
|
|
.PHONY: all $(SUBDIRS)
|
|
|