mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-09 05:24:58 +01:00
8 lines
77 B
Makefile
8 lines
77 B
Makefile
|
-include Makefile.header
|
||
|
|
||
|
all:
|
||
|
cd XPath; ${MAKE}
|
||
|
|
||
|
clean:
|
||
|
cd XPath; ${MAKE}
|