diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-16 17:06:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-16 17:06:31 +0200 |
commit | e74afdf2ba3aed9513a0c46111a3ddb5b66becdf (patch) | |
tree | 9bb59e904c670254a5317f1c33566e5a112584c2 /Makefile |
aspell-mt: new package
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 |