diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-10 06:39:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-10 06:39:04 +0100 |
commit | 006d5e754d7df57deda638cc74249b4455c782f4 (patch) | |
tree | 63c4b326c10d28dbd8ff536fbd3aa7a428a0e54b /Makefile | |
parent | 04bc7ddbabd91a117c83f6ef045ee871ad0b820f (diff) |
php-tecnickcom-tc-lib-barcode: 1.8.0
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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |