diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-17 09:25:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-17 09:25:06 +0200 |
commit | 7a6261399b144e55910339194df20cc8fcac4f8b (patch) | |
tree | 5adeb038db9f0a8818720b74c9634a13f6153f85 /Makefile | |
parent | e6203667026f2d3d596c233547615987ab6d01f7 (diff) |
gnupg1: adapt for EL to install beside gnupg2
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 + |