diff options
| author | Cameron Katri <me@cameronkatri.com> | 2022-05-21 23:44:49 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2022-05-21 23:44:49 -0400 |
| commit | 2288b178e612386e7a75471c8861c3f6d81c300d (patch) | |
| tree | 18209f47e0bc635000f7bf86b83f43a9ab0aa3ea /Makefile | |
| parent | aa035f73ce081b3f07247bd15860d72355a096b2 (diff) | |
| download | trustcache-2288b178e612386e7a75471c8861c3f6d81c300d.tar.gz trustcache-2288b178e612386e7a75471c8861c3f6d81c300d.zip | |
Add tc remove and append -f flags
Also fix some conflicting types to hopefully prevent possible overflows.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ OBJS = tc.o -OBJS += append.o create.o info.o +OBJS += append.o create.o info.o remove.o OBJS += machoparse/cdhash.o cache_from_tree.o sort.o OBJS += uuid/gen_uuid.o uuid/pack.o uuid/unpack.o uuid/parse.o uuid/unparse.o uuid/copy.o |
