summaryrefslogtreecommitdiff
path: root/cdec_json_parser/Makefile
blob: c976abace14ce6399a8211d02d8a4a60d7b88416 (plain)
1
2
3
4
5
6
7
all:
	gcc JSON_parser.c -c
	g++ json_parse.cc -c

clean:
	rm *.o