You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
270 B

all: clean lazy-rebuild test
clean:
rm -rf test
rm lazy-rebuild
lazy-rebuild:
go build -o $@
test:
mkdir test
touch test/file1.txt
touch test/file2
touch test/collision
touch test/file3.txt.longext
echo unique > test/uni.txt
./lazy-rebuild --long test