mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
To test locating source files in an alternate place, move the
|
|
source files for 'helloworld' in the 'hide' directory.
|
|
|
|
Then test Seer with locating the source for 'helloworld' in
|
|
an alternate directory.
|
|
|
|
% mv function1.h function1.cpp helloworld.cpp hide/
|
|
% mv hide/*.{h,cpp} .
|
|
|