7 lines
119 B
Makefile
7 lines
119 B
Makefile
# this makefile delegates to a version specific makefile
|
|
|
|
# where root is (from here)
|
|
S_UP=..
|
|
|
|
include ../make_forward
|