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