diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-19 10:12:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-19 10:12:26 +0100 |
commit | 092debc2c0ee04959a9995c15bb4a8c18932059f (patch) | |
tree | 0c93e5b1b17ebeb3a977cb99221d7b4a9d4b3ff4 /Makefile |
perl-GStreamer1: new package
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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |