diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-17 07:04:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-17 07:04:20 +0200 |
commit | 090181a4c42cf8d422d7c6d482ce1876c2d44420 (patch) | |
tree | 92cfa32c755cb09d4c342562d2e441ba20fac58d /Makefile | |
parent | 05cda3059ea0aad765966895e625dba15082e06f (diff) |
php-ffmpeg-0.7.0-0.1.svn678
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 + |