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