summaryrefslogtreecommitdiffstats
path: root/netwerk/base/rust-url-capi/test/Makefile
blob: a4e2fd0cfaa44a46a91cefc1ccc289b0739e16a4 (plain)
1
2
3
4
all:
	cd .. && cargo build
	g++ -Wall -o test test.cpp ../target/debug/librust*.a -ldl -lpthread -lrt -lgcc_s -lpthread -lc -lm -std=c++0x
	./test