From f5dd3479eb82e383d366d3bf3b8a0c8dab6d20d0 Mon Sep 17 00:00:00 2001 From: IPlayZed Date: Sun, 20 Feb 2022 12:55:09 +0100 Subject: [PATCH] Created workspace configuration file. --- SUNIX.code-workspace | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SUNIX.code-workspace diff --git a/SUNIX.code-workspace b/SUNIX.code-workspace new file mode 100644 index 0000000..2c7361a --- /dev/null +++ b/SUNIX.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "makefile.makefilePath": "./src/Makefile" + } +} \ No newline at end of file