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