diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 14:51:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 14:51:33 +0200 |
commit | aaf6eccb872e925c47b1ee2d9d1e3c384f6d18d8 (patch) | |
tree | 33c73036c823193d35caa5ccab16897e6605443e /buildfile |
Initial implementation
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..e435988 --- /dev/null +++ b/buildfile @@ -0,0 +1 @@ +exe{hello}: cxx{hello} |