Files
libjson/Makefile
Bronson Graansma 7c4cf8d4d3 first commit
2018-08-07 13:57:09 -04:00

5 lines
126 B
Makefile

test:
gcc test.c -Wall -pedantic -std=c11 -g -o libjsontest
clean:
rm -rf libjsontest libjsontest.dSYM testout/got/tests/*