diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-24 15:50:22 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-24 15:50:22 +0100 |
commit | baf10231f3800a6c07fc1dc131cdcb242b3e94a9 (patch) | |
tree | f1574cc770731c44a12d21885527da573cb0692a /Makefile | |
parent | 89ae39135a49138eade2b9bbe3e9719e1442ce1a (diff) |
atoum: backport to remi repo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cd3c95f --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile |