diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:21:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:21:44 +0100 |
commit | 62209bcc0d5ed089f157f24d247c9d55fbe33aa7 (patch) | |
tree | 4a65c4e1f609627e037b7bc579efac3b29b33571 /Makefile | |
parent | 6916a7d2528cac60fd5bfe51c6d01002f270feb3 (diff) |
php-lessphp: 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 + |