Differences From Artifact [e246314724]:
- File Makefile — part of check-in [abb8c966f2] at 2014-02-06 07:53:57 on branch trunk — Added large file support (user: rkeene, size: 310) [annotate] [blame] [check-ins using]
To Artifact [982e814a3a]:
- File Makefile — part of check-in [613c9bd346] at 2014-02-06 20:43:30 on branch trunk — Updated to support arguments, updated hashing algorithm, and minor cleanup (user: rkeene, size: 302) [annotate] [blame] [check-ins using]
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | CC = gcc CFLAGS = -Wall -Werror -W -pthread -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE |
︙ |