mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
10 lines
135 B
Makefile
10 lines
135 B
Makefile
SUBDIRS =
|
|
if WANT_DOM
|
|
SUBDIRS += DOM SAX2DOM
|
|
endif
|
|
if WANT_XPATH
|
|
SUBDIRS += XPath
|
|
endif
|
|
|
|
install:
|
|
echo "Nothing to install here"
|