9 lines
200 B
Makefile
9 lines
200 B
Makefile
# this makefile delegates to a version specific makefile
|
|
|
|
# where this subdirectory is (relative to the sics root)
|
|
S_DOWN=psi/tecs
|
|
# where root is (from here)
|
|
S_UP=../..
|
|
|
|
include $(S_UP)/make_forward
|