diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-04 12:33:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-04 12:33:06 +0200 |
commit | a26fe6635e669fb85b80e77e2bd941ca4e173a96 (patch) | |
tree | 5efbe8bdbc9eaa641dc3f8f2b1710360b7c6f07e /Makefile | |
parent | 950aeec8cc5c2f1183f880f7ba4a79b70211ad9d (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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |