summaryrefslogtreecommitdiff
path: root/Makefile
blob: 75d61ec4f618413b262eb797eaeb11e0ae96de05 (plain)
1
2
3
4
5
6
7
8
9
10
11
all:

check:
	cp -a test-data tmp
	./dupfiles tmp
	./dupfiles --make-hardlinks tmp
	./dupfiles tmp
	rm -rf tmp
	
clean:
	rm -rf tmp