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