diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-06 06:21:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-06 06:21:25 +0100 |
commit | a3d5473a1d1c9c7851ae034085c5d9018103ac91 (patch) | |
tree | ea628e9c4f3bf76e090be7843719460f060b549b /Makefile | |
parent | 360b1d174b884e25be8941101011a9b481277720 (diff) |
yaz: backport stuff
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 + |