mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
-include Makefile.header
|
|
|
|
all:
|
|
cd XPath; ${MAKE}
|
|
|
|
clean:
|
|
cd XPath; ${MAKE} clean
|