diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-22 08:54:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-22 08:54:43 +0100 |
commit | 9550b31d98613f54c9bca67d12fb071298bb6dce (patch) | |
tree | e69f921ccaeee374b8f17672bf7577916baf879b /Makefile |
ssdeep: 2.10 - New package (with libfuzzy)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |