diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:59:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:59:05 +0200 |
commit | 55579b1b480003f926dbd895576c45dda741a748 (patch) | |
tree | 6b1e950e4bd495e842a484a4198d62fef007420f /Makefile | |
parent | 30e61a32f4e1281555f04d97d99d9edf1058805c (diff) |
php-consolidation-annotated-command: 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 + |