17 lines
192 B
Makefile
17 lines
192 B
Makefile
SUBDIRS = \
|
|
common \
|
|
appearance \
|
|
display
|
|
|
|
DIST_SUBDIRS = \
|
|
common \
|
|
appearance \
|
|
display \
|
|
about-me
|
|
|
|
|
|
if BUILD_ABOUTME
|
|
SUBDIRS += about-me
|
|
endif
|
|
|
|
-include $(top_srcdir)/git.mk
|