diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 08:49:05 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 08:49:05 +0100 |
commit | 7153d69b6206aeb004e9446b05efd13716e6ee74 (patch) | |
tree | 2703bc6c81ab8072ff7e82f980e92e8d234d1b1c /Makefile | |
parent | 8dc74cf933bd5b89640f7c37fbed48901468191b (diff) |
php-horde-Horde-Crypt: 2.0.0
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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |