summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-04-18 08:06:17 +1200
committerLars Wirzenius <liw@liw.fi>2010-04-18 08:06:17 +1200
commit5446c802c3ca0c751b3c49488f61fa315d9700a5 (patch)
treea442542a369e6ce3b4553831f29cc0fb9b3ff848 /Makefile
parentbedcaf5add86438c1fcd715070053e1e5370fdfa (diff)
downloaddupfiles-5446c802c3ca0c751b3c49488f61fa315d9700a5.tar.gz
Add option to replace names with hardlinks to duplicate content.
Add Makefile to run 'make check'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d4c5b38
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+all:
+
+check:
+ cp -a test-data tmp
+ ./dupfiles tmp
+ ./dupfiles --make-hardlinks tmp
+ ./dupfiles tmp
+ rm -rf tmp