diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-02-02 19:43:52 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-02-02 19:43:52 +0100 |
commit | c515a2ae3e667d85670cd50f38e3f85bed97ecc1 (patch) | |
tree | ed7cfdb98cbe7a56c896d90c193ebf3ddd123fe7 /Makefile |
import libharu from rawhide and update to latest stable (2.2.1)
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 + |