Getting rid of static privates on CryptoWorkbench; camel-casing names; introducing SharedLibraries dependency

This commit is contained in:
DarkFeather
2016-12-15 16:29:07 -06:00
parent d2b8b98f08
commit c653fece93
14 changed files with 15 additions and 81 deletions

View File

@@ -1,7 +1,9 @@
TMUXSetting != grep -c "cryptoworkbench" /etc/tmux.conf
compile: clean /usr/bin/mcs analysis.csharp substitution.csharp caesarian.csharp cryptoworkbench.csharp
/usr/bin/mcs -out:cryptoworkbench.exe *.csharp 2>&1 | grep -v 'is assigned but its value is never used'
compile: clean /usr/bin/mcs CryptoWorkbench.csharp
if [ ! -d ../SharedLibraries ]; then git -C /usr/local/src clone https://aninix.net/foundation/SharedLibraries; fi
git -c /usr/local/src/SharedLibraries pull
/usr/bin/mcs -out:cryptoworkbench.exe ../SharedLibraries/CSharp/*.csharp *.csharp 2>&1
test: /usr/bin/mono compile
/usr/bin/mono cryptoworkbench.exe ./sample.txt