diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-21 13:40:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-21 13:40:56 +0100 |
commit | d80d24d85ce3f028c535936570987c29b4ac7d92 (patch) | |
tree | 0777c765423bc268a5e368cc5acb612b170dcc9c /Makefile |
php-phpmyadmin-motranslator: 2.2, New package
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 + |