diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 10:31:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 10:31:53 +0200 |
commit | 1d121d3f567b6062cbac9b048187b4f948b5f807 (patch) | |
tree | 301363f8ce40a704ea2ea3e2ca9c6580ae9c57ae /Makefile |
php-nette-utils: 2.3.6 - 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |