fixed paths, added todo

This commit is contained in:
2026-04-15 17:54:44 -05:00
parent 23df6ba405
commit 5894d7b7b1
2 changed files with 4 additions and 3 deletions

View File

@@ -104,10 +104,10 @@ setup_colors
mkdir -p "${param}"
# Copy the required files from Athena/code
cp ~/eg/dev/dev-c/C.gitignore "$param/.gitignore"
cp ~/eg/c_dev/C.gitignore "$param/.gitignore"
cp ~/eg/README.md "$param/README.md"
cp ~/eg/dev/dev-c/Makefile "$param/Makefile"
cp ~/eg/dev/license/LICENSE_MIT.md "$param/LICENSE"
cp ~/eg/c_dev/Makefile "$param/Makefile"
cp ~/eg/license/LICENSE_MIT.md "$param/LICENSE"
# Create src and tests subfolders
mkdir -p "$param/src"