diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-04 12:36:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-04 12:36:20 +0200 |
commit | 086d1f05c3f1649bf54596e57683f5c92c4ea0f0 (patch) | |
tree | 7190021ca4a07acfccafd52ad3621302b447dcf7 /Makefile | |
parent | fccf0e0fd7d2ac9c3b00861be7d97cea9c6b019d (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 + |