diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-09 08:43:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-09 08:43:59 +0100 |
commit | 1eca4abbea012c4804ef8e2fa5cf5d65bc7e3705 (patch) | |
tree | 927da2879f2767c3b3343bacaadfb56513db62ea /Makefile | |
parent | 6b728ec72ce3b5195685bb45571d6f8d5270e7d1 (diff) |
makefile
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 + |