diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-07 18:27:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-07 18:27:49 +0200 |
commit | 539101b2c6f1457d0e6645ed092a707d29ac7964 (patch) | |
tree | 6b546381669449d20f8aa5092149f954db56dc04 /Makefile | |
parent | a4e2ba710d78e41476c7b6c3efe8f3c11cc34b05 (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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |