Fixes
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
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
|
||||
/usr/bin/mcs -out:cryptoworkbench.exe *.csharp 2>&1 | grep -v 'is assigned but its value is never used'
|
||||
|
||||
test: /usr/bin/mono compile
|
||||
/usr/bin/mono cryptoworkbench.exe ./sample.txt
|
||||
|
Reference in New Issue
Block a user