From 7199c955e4446dd60bf2024f12e38154b8aa5c04 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 13 Feb 2021 17:27:37 -0600 Subject: [PATCH] (config): commented out unneeded things --- dotfiles/scripts/ProjectLayout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/scripts/ProjectLayout.sh b/dotfiles/scripts/ProjectLayout.sh index a2c814a..4718cef 100755 --- a/dotfiles/scripts/ProjectLayout.sh +++ b/dotfiles/scripts/ProjectLayout.sh @@ -3,5 +3,5 @@ mkdir $1 cd $1/ touch LICENSE README.md -cp files/Makefile . +# cp files/Makefile . mkdir bin src tests