diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:47:10 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 15:47:10 +0100 |
commit | 44388020aa696238daff956fd06d8470c3e9dcf2 (patch) | |
tree | e5b61483f8ea356a96f543666d2f9deb7360aa9f /XMakefile |
Added debian infrastructure
Diffstat (limited to 'XMakefile')
-rw-r--r-- | XMakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/XMakefile b/XMakefile new file mode 100644 index 0000000..ac3a34e --- /dev/null +++ b/XMakefile @@ -0,0 +1,7 @@ +<xmake> + <build> + <name>xmake</name> + <source>xmake.cpp</source> + <source>main.cpp</source> + </build> +</xmake> |