aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Stevens <cr-marcstevens@users.noreply.github.com>2017-03-01 17:25:36 +0100
committerGitHub <noreply@github.com>2017-03-01 17:25:36 +0100
commit6b1c12f3606d0959f8658d44a324fcf5f4497f88 (patch)
treeea52976ebcc14680f450d277846d19c6049dd78a
parent2f561138bda720344578d9b14463d3df78cb1b80 (diff)
parent29cf3e4bfdf0902f2f217a614ada58dd32e8ce90 (diff)
downloadsha1collisiondetection-6b1c12f3606d0959f8658d44a324fcf5f4497f88.tar.gz
Merge pull request #13 from muellermartin/tool-symlink
Use symlink instead of copy to save disk space
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1da461..9d62423 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,7 @@ sha1dcsum: bin/sha1dcsum
.PHONY: sha1dcsum_partialcoll
sha1dcsum_partialcoll: bin/sha1dcsum
- cp bin/sha1dcsum bin/sha1dcsum_partialcoll
+ -ln -s sha1dcsum bin/sha1dcsum_partialcoll
.PHONY: library
library: bin/libdetectcoll.la