diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-24 07:12:38 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-24 07:12:38 +0100 |
commit | 04c1de769fb61c5d2585506cf806d7b6e722d7d3 (patch) | |
tree | a60b95fd24678d3e5cb7c33dc46a40f2d71ac96d /Makefile | |
parent | 15aa3ac9860f2f545ab61dfbfda9fc2b88bf20f4 (diff) |
missing files
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 + |