diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-04-03 07:55:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-04-03 07:55:45 +0200 |
commit | 40b9564b05d65b26a4b891108832e3d21310a219 (patch) | |
tree | ccbad1da08e0f71c4d3c480eb8ac181d85fde827 /Makefile | |
parent | 9f7fd9ab970cfc759f55571285c2e7f64cc7e9c8 (diff) |
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 + |