diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:54:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:54:42 +0200 |
commit | 9a7d0bd660e5a7a70db4e1c53b5a2ba9146a3077 (patch) | |
tree | 568e3dd2f6b7dd2314646e2213db8b21a33cee4e /Makefile | |
parent | 214db0a713fad05d0294f34bbb9221ea89705569 (diff) |
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 + |