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