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 /xmake.h |
Added debian infrastructure
Diffstat (limited to 'xmake.h')
-rw-r--r-- | xmake.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#pragma once + +int xmake(int argc, char* argv[]); + |