diff options
Diffstat (limited to 'php-pecl-jsonc/Makefile')
-rw-r--r-- | php-pecl-jsonc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php-pecl-jsonc/Makefile b/php-pecl-jsonc/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/php-pecl-jsonc/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |