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