diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-21 08:18:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-21 08:18:20 +0200 |
commit | 65d859c12ace1313e130f0722c8cb3abd8c2a51a (patch) | |
tree | e4630c2dc13f557916e72cf04c6b47a134326286 /Makefile | |
parent | 68ff47db7f51f51d03ed41b4a0387e57a9d1673c (diff) |
php-punic: backport for #remirepo
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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |