diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-05 18:09:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-05 18:09:27 +0200 |
commit | 1c8fdd62dd534d4390dbd0d692a62aad61bf89bc (patch) | |
tree | 245d179db0a00abc27c656d16f1643f0e629d8ad /Makefile | |
parent | a05e96eb17c7f91a16869471c397fd1c3f14be19 (diff) |
php-cssjanus: backport for remirepo
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 + |