diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-03 09:27:55 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-03 09:27:55 +0100 |
commit | 1a80d7a03dd6da68ea403e991112bfbe0303fbf8 (patch) | |
tree | 726f7c3ae988c8eb82d8bf5a345ec4c8e1eb8e78 /Makefile | |
parent | 02bc4f6b310ddc82026d2ffbfbaf878e5da66963 (diff) |
php-horde-Horde-Icalendar: 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 + |