diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-01 18:45:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-01 18:45:24 +0100 |
commit | 55306854c73a2d5aaa7535964929677cb8b6f9d3 (patch) | |
tree | cdab891784893356607132809da1f6f0669ceed3 /Makefile | |
parent | 0171c9b7239b942d08e96a293c2e35b5d37f5cdb (diff) |
php-horde-Horde-Lock: 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 + |