diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-11-04 10:20:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-11-04 10:20:20 +0100 |
commit | d97856ff91ba8d82c91f6bd4ae1e28bbc2f6ba5a (patch) | |
tree | 69ab5b6b135066013a565a360a2cc6ed1806ea7f /Makefile |
php-bartlett-php-compatinfo-db: 1.0.0alpha1, new package, WIP
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 + |