diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-23 13:38:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-23 13:38:19 +0100 |
commit | e20a8b3b37f02df6630f6671a90fd0afb0a99af8 (patch) | |
tree | 8cee834988ba3e69f856aeec5b031a36c46b5894 /Makefile |
php-phpmyadmin-sql-parser: 4.0.0, 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 + |