7 lines
103 B
Makefile
7 lines
103 B
Makefile
# this makefile delegates to a version specific makefile
|
|
|
|
# where root is
|
|
S_UP=.
|
|
|
|
include make_forward
|