diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-20 15:27:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-20 15:27:36 +0200 |
commit | c7c9f9258fe630c7fd1f70462aace8d7858cb204 (patch) | |
tree | 4e030f834b3ec8d1521fa79489cb47dc5f4d280b /Makefile |
php-kukulich-fshl: 2.1.0, 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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |