From 76cfae9f9d161dd0210bec6bc3a064dc7d2f3b00 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 29 Feb 2024 18:29:44 +0100 Subject: [PATCH] Create makefiles that the main repository needs No content yet, this will come gradually. Signed-off-by: Gilles Peskine --- CMakeLists.txt | 1 + exported.make | 1 + 2 files changed, 2 insertions(+) create mode 100644 CMakeLists.txt create mode 100644 exported.make diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..953f245ac --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1 @@ +# This file is intentionally left blank. It soon won't be. diff --git a/exported.make b/exported.make new file mode 100644 index 000000000..953f245ac --- /dev/null +++ b/exported.make @@ -0,0 +1 @@ +# This file is intentionally left blank. It soon won't be.