summaryrefslogtreecommitdiff
path: root/convert/Makefile
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-01-30 18:00:39 +0100
committerDavid Sterba <dsterba@suse.com>2017-03-08 13:00:46 +0100
commitf6dfc0263dff83c28fb4af7de8876722eb2202ac (patch)
tree810b68c10b91ed8e522e10947df024a1af029a63 /convert/Makefile
parent0c362b9031e5c0441f40ef3535572505d52006f2 (diff)
btrfs-progs: build: add stub makefile to convert
A shortcut to compile btrfs-convert from inside the directory. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert/Makefile')
-rw-r--r--convert/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/convert/Makefile b/convert/Makefile
new file mode 100644
index 00000000..66dd7d0b
--- /dev/null
+++ b/convert/Makefile
@@ -0,0 +1,7 @@
+include ../Makefile.inc
+
+all:
+ $(MAKE) -C .. btrfs-convert
+
+clean:
+ -$(RM) -f -- *.o *.o.d