diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:51:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-21 17:51:34 +0200 |
commit | 025abf2397aae35a8bc50f67b012de76e6a47ff8 (patch) | |
tree | 6dc54b7f20fbf3018b15387941548d94e81f4d8e /Makefile | |
parent | da594bd866ab47d05f6b3084c5db1b9d4222bb0c (diff) |
php-dnoegel-php-xdg-base-dir: backport
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 + |