acstTracks changes and corruption in files using xattr-based checksums. |
|
git clone https://noxz.tech/git/acst.git | |
acst |
1# acst version 2VERSION = 0.1.4 3 4# paths 5PREFIX = /usr/local 6MANPREFIX = ${PREFIX}/share/man 7 8# flags 9CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE 10CFLAGS = -std=c99 -Wall -Wextra ${CPPFLAGS}