mirror of
https://github.com/bronson-g/libjson.git
synced 2025-12-23 21:27:42 -05:00
5 lines
126 B
Makefile
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/*
|