summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-18 12:51:36 -0400
committerLuke Shumaker <lukeshu@beefcake.parabola.nu>2018-05-18 13:00:59 -0400
commit1e13f3671739e98f4e6d8531b9b22c93d24589f8 (patch)
treec480dd88275d9ae41b6a00e239cb0a0da130d096 /Makefile
parent39eff20bd938bae630270a3f06b17f787663826c (diff)
pull strextentflags in to a function
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cf34d9..b76e7cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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: