all:
	nvcc host_api.cu -lcurand -o host_api

clean:
	rm host_api