12 lines
122 B
Makefile
12 lines
122 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
scalable \
|
|
16x16 \
|
|
22x22 \
|
|
24x24 \
|
|
32x32 \
|
|
48x48 \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|