Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions example/runExample-gcc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
gcc -ansi -I ../src/ -I ../goodies/basic-contexts/ *.c ../src/*.c ../goodies/basic-contexts/*.c -o json2cwpack2json
./json2cwpack2json test1.json
diff -a test1.json test1.json.msgpack.json
rm -f *.o json2cwpack2json
Loading