aboutsummaryrefslogtreecommitdiffstats
path: root/spike/Makefile
blob: 4d2cebebc47bb5b940b96ff543b91985ddb58120 (plain) (blame)
1
2
3
4
5
6
7
8
9
evdns:
	$(CC) -o evdns evdns.c -levent
evdns_chrooted:
	$(CC) -o evdns_chrooted evdns_chrooted.c -levent

igraph_edges:
	$(CC) -o igraph_edges igraph_edges.c -ligraph
igraph_graph:
	$(CC) -o igraph_graph igraph_graph.c -ligraph