diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-25 08:24:43 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-25 08:24:43 +0100 |
commit | e63e9cbd6a2eb77317196f58c35d0796b16707d8 (patch) | |
tree | 2a1ae7b5297c86c7ae624ab786e5af7e89d22c57 /Makefile |
php70 metapackage + build stuff for new collection
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 + |