mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
5f87bdbcb2
Not finished yet, but I added to motivate myself and others. The goal is to get a few seconds faster builds. autotools still will be available.
6 lines
166 B
Meson
6 lines
166 B
Meson
#SUBDIRS = css sgml test
|
|
subdir('css')
|
|
subdir('sgml')
|
|
srcs += files('configuration.c', 'node.c', 'select.c', 'stack.c', 'scanner.c')
|
|
#SUBDIRS-$(CONFIG_DEBUG) += test
|