diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-22 17:15:46 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-22 17:15:46 +0100 |
commit | ff4a1ef77c18eece50385b50efa594e6f55f29a3 (patch) | |
tree | 126acd812f47b3288fc283e86b89849617549c2f /Makefile | |
parent | 02aba8acf44c4e72bc21246361ca9936754f11e5 (diff) |
php-maennchen-zipstream-php: backport
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 + |