webmcp

view libraries/json/Makefile @ 400:7b183a70a37d

Bugfix in "document_column" write mechanism: write to document field when column does NOT exist
author jbe
date Mon Jan 04 00:42:28 2016 +0100 (2016-01-04)
parents 9ad1165cf3a1
children 72e55c2eb63c
line source
1 include ../../Makefile.options
3 json.so: json.o
4 $(LD) $(LDFLAGS) -o json.$(SLIB_EXT) json.o
6 json.o: json.c
7 $(CC) -c $(CFLAGS) -o json.o json.c
9 clean::
10 rm -f json.so json.o

Impressum / About Us