diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 09:03:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 09:03:53 +0100 |
commit | 60640fe5ea8f7a062cc4f604c45df556bc0d7f60 (patch) | |
tree | 814d29b8622a8bf30fd206dbe44261881135a74e /Makefile | |
parent | 4d0d9c6bf4822e9ea811878faa5c4b7fb1fe1d46 (diff) |
php-horde-Horde-Notification: 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 + |