diff --git a/compiled/Amalgamator/Amalgamator/Amalgamator.csproj b/compiled/Amalgamator/Amalgamator/Amalgamator.csproj
index e6b563a..101a083 100644
--- a/compiled/Amalgamator/Amalgamator/Amalgamator.csproj
+++ b/compiled/Amalgamator/Amalgamator/Amalgamator.csproj
@@ -60,6 +60,7 @@
- copy /Y "$(TargetDir)$(TargetFileName)" "$(TargetDir)..\..\$(TargetFileName)"
+
+
\ No newline at end of file
diff --git a/compiled/Amalgamator/Amalgamator/Amalgamator.exe b/compiled/Amalgamator/Amalgamator/Amalgamator.exe
deleted file mode 100644
index c683c77..0000000
Binary files a/compiled/Amalgamator/Amalgamator/Amalgamator.exe and /dev/null differ
diff --git a/compiled/Amalgamator/Amalgamator/Program.cs b/compiled/Amalgamator/Amalgamator/Program.cs
index 6f752e9..cb6287c 100644
--- a/compiled/Amalgamator/Amalgamator/Program.cs
+++ b/compiled/Amalgamator/Amalgamator/Program.cs
@@ -43,7 +43,6 @@ namespace Amalgamator
var functionSymbols = new Dictionary();
var undefinedSymbols = new HashSet();
var linkerScript = new StringBuilder();
- //var compiledAsm = new StringBuilder();
foreach (string codeFile in options.CodeFiles)
{