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 --- xmake.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 xmake.h (limited to 'xmake.h') diff --git a/xmake.h b/xmake.h new file mode 100644 index 0000000..6c402cf --- /dev/null +++ b/xmake.h @@ -0,0 +1,4 @@ +#pragma once + +int xmake(int argc, char* argv[]); + -- cgit v1.2.3