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