diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-05 12:37:40 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-05 12:37:40 +0200 |
commit | d74ad24ac5cde1bfe63baf8ed279c50af5cf4bf2 (patch) | |
tree | d9d72dfabe31becaf42cf164de514c527a7a8ea6 /Makefile |
php-horde-Horde-Oauth: 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 + |