diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-05 07:18:54 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-05 07:18:54 (GMT) |
commit | 7337ea85eebbba1bb34851fc7cefeaf47a98a003 (patch) | |
tree | 414e1c3cf8b97fe49538cfbf0adf7364016e9744 /src/json-c.mk | |
parent | 8daf0f40955bd2f46bff9ab7e9b0f468d66fa97a (diff) | |
download | mxe-7337ea85eebbba1bb34851fc7cefeaf47a98a003.zip mxe-7337ea85eebbba1bb34851fc7cefeaf47a98a003.tar.gz mxe-7337ea85eebbba1bb34851fc7cefeaf47a98a003.tar.bz2 |
run make cleanup-style
Diffstat (limited to 'src/json-c.mk')
-rw-r--r-- | src/json-c.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json-c.mk b/src/json-c.mk index 5e13fe9..4cfefd2 100644 --- a/src/json-c.mk +++ b/src/json-c.mk @@ -24,7 +24,7 @@ define $(PKG)_BUILD --disable-shared CFLAGS=-Wno-error $(MAKE) -C '$(1)' -j '$(JOBS)' install - + '$(TARGET)-gcc' \ -W -Wall -Werror -ansi -pedantic \ '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-json-c.exe' \ |