summaryrefslogtreecommitdiff
path: root/Makefile
blob: cb472d80eb7c2c598c4c3d96ac01092d8eb22bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clean-ptx:
	find target -name "*.ptx" -type f -delete
	echo "" > candle-kernels/src/lib.rs
	touch candle-kernels/build.rs

clean:
	cargo clean

test:
	cargo test

all: test