diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-09 10:08:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-09 10:08:49 +0200 |
commit | 9bdacb33849c58c86f9679c15dd0de008d195b43 (patch) | |
tree | f607840a7a98d2b6a427f7c986a2827169546d32 /Makefile |
php-hoa-xml: 1.16.04.05 (new package, wip)
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 + |