diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-24 12:53:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-24 12:53:41 +0100 |
commit | b1c838f7bac7e58bf0173cdaafb5b9f7707678d1 (patch) | |
tree | 887827773b5fd9fc502946dc43a551dc2b207958 /Makefile | |
parent | 63b903db5b265adc5982b368f0b206678325e935 (diff) |
json-c: 0.10
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 + |