Need help cloning? Learn how to clone a repository.
Atlassian SourceTree is a free Git and Mercurial client for Windows.
Atlassian SourceTree is a free Git and Mercurial client for Mac.
1 2 3 4 5 6 7 8 9 10
all: nxjson nxjson: nxjson.c test.c nxjson.h gcc -O0 -g -Wall ${CFLAGS} nxjson.c test.c -o nxjson clean: rm nxjson .PHONY: clean