We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6db4a commit a88329fCopy full SHA for a88329f
Makefile
@@ -22,7 +22,7 @@ copy: ## Copy files from project to UnityPackage
22
cp screenshot.png ./UnityPackage/
23
24
rcopy: ## Copy files from UnityPackage back to project
25
- (cd UnityPackage && find . -type f -name "*.cs" -not -path '*/Editor/*' -exec cp {} ../RhythmGameUtilities/{} \;)
+ (cd UnityPackage && find . -type f -name "*.cs" -not -path '*/Editor/*' -not -path '*/Samples~/*' -exec cp {} ../RhythmGameUtilities/{} \;)
26
27
clean: ## Clean project
28
git clean -xdf
0 commit comments