summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-24 15:50:22 +0100
committerRemi Collet <fedora@famillecollet.com>2015-03-24 15:50:22 +0100
commitbaf10231f3800a6c07fc1dc131cdcb242b3e94a9 (patch)
treef1574cc770731c44a12d21885527da573cb0692a /Makefile
parent89ae39135a49138eade2b9bbe3e9719e1442ce1a (diff)
atoum: backport to remi repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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