diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-20 09:18:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-20 09:18:44 +0100 |
commit | 67fef88946cf27907c9e7e8bbe90c66da4905443 (patch) | |
tree | 4a5e9577150a1b0c4d9dcdbd82b058c4aa4b8ee2 /Makefile | |
parent | 3fb22c74382ad2bf322f6525fc50a4c2f3649a2e (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 + |