From 44388020aa696238daff956fd06d8470c3e9dcf2 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 11 Feb 2023 15:47:10 +0100 Subject: Added debian infrastructure --- main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..964a3bb --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include "xmake.h" + +int main(int argc, char* argv[]) +{ + return xmake(argc, argv); +} + -- cgit v1.2.3