diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-09 08:17:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-09 08:17:14 +0100 |
commit | 79322fa6b59d1f6f61dc611b4f5a5273ea959a8d (patch) | |
tree | c86dac31c265e81cf4ece719c4245fe6d7b7772c /Makefile | |
parent | 2e72daccd65e72e476d57bced6cb0cd19f60f3e9 (diff) |
php-jsonlint: 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 + |