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