Removed temporary files due to fucking up Git...
This commit is contained in:
18446
tool/flatten.asm
18446
tool/flatten.asm
File diff suppressed because it is too large
Load Diff
9216
tool/flatten.txt
9216
tool/flatten.txt
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ int main (int argc, char * * argv) {
|
||||
|
||||
file = file_close (file);
|
||||
|
||||
execute ("cat x.c && gcc x.c && ./a.out && echo -- && rm a.out x.c");
|
||||
execute ("gcc x.c && ./a.out && echo -- && rm a.out x.c");
|
||||
|
||||
return (log_success);
|
||||
}
|
||||
|
9216
tool/xlatten.txt
9216
tool/xlatten.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user