diff options
Diffstat (limited to 'old-tests/install/simple/buildfile')
-rw-r--r-- | old-tests/install/simple/buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old-tests/install/simple/buildfile b/old-tests/install/simple/buildfile new file mode 100644 index 0000000..d37f63f --- /dev/null +++ b/old-tests/install/simple/buildfile @@ -0,0 +1,4 @@ +using cxx + +exe{driver}: cxx{driver} hxx{utility} doc{README} +exe{driver}: install = sbin/ |