Make improvements

This commit is contained in:
Justine Tunney 2020-12-01 03:43:40 -08:00
parent 3e4fd4b0ad
commit e44a0cf6f8
256 changed files with 23100 additions and 2294 deletions

View file

@ -109,7 +109,7 @@ int main(int argc, char *argv[]) {
fprintf(fout,
"/\t%s -o %s -s %s %s\n"
".include \"libc/macros.inc\"\n"
".include \"libc/macros.internal.inc\"\n"
"\n",
argv[0], outpath, symbol, lz4path);