diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:44:16 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:44:16 +0200 |
commit | 79ef8a7857f2021c520c3939e5aab20af1660904 (patch) | |
tree | 597c2abbbc060b40e727f9860763cf2be6f0a341 /Makefile |
php-horde-Horde-Socket-Client: 1.0.0 New package
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 + |