diff options
author | Remi Collet <fedora@famillecollet.com> | 2011-11-27 09:31:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2011-11-27 09:31:14 +0100 |
commit | bff8dc55eea5e8e8e99126399ae03e1563053750 (patch) | |
tree | 4e6d1f95e2bb2bf3739832413d84a9f4f2474c14 /Makefile |
import pdflib-lite
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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |