diff options
author | Luke Shumaker <lukeshu@beefcake.parabola.nu> | 2018-05-18 12:51:36 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@beefcake.parabola.nu> | 2018-05-18 13:00:59 -0400 |
commit | 1e13f3671739e98f4e6d8531b9b22c93d24589f8 (patch) | |
tree | c480dd88275d9ae41b6a00e239cb0a0da130d096 /Makefile | |
parent | 39eff20bd938bae630270a3f06b17f787663826c (diff) |
pull strextentflags in to a function
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ all: cow-extent-map $(CC) $(LDFLAGS) -o $@ $^ cow-dedupe-range: lib/dedupe-range.o -cow-extent-map: lib/extent-map.o +cow-extent-map: lib/extent-map.o lib/strextentflags.o .SECONDARY: .DELETE_ON_ERROR: |