summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eba92821..cc0a0a36 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ clean-ptx:
find target -name "*.ptx" -type f -delete
echo "" > candle-kernels/src/lib.rs
touch candle-kernels/build.rs
+ touch candle-examples/build.rs
+ touch candle-flash-attn/build.rs
clean:
cargo clean