diff options
-rw-r--r-- | hello0/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hello0/buildfile b/hello0/buildfile index 6bdabe2..da50ee0 100644 --- a/hello0/buildfile +++ b/hello0/buildfile @@ -1,4 +1,2 @@ -./: exe{hello} doc{README} file{manifest} - -exe{hello}: cxx{hello} +exe{hello}: cxx{hello} doc{README} file{manifest} exe{hello}: test.arguments = World |