summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-06-27 11:57:27 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-06-27 11:57:27 +0200
commitd7f729fb8f1d4b224f18ca3d7ae1163afe57a094 (patch)
treef60643690f3c7f34ae64923771cd568d75d85f5c /Makefile
parent6c4a960b15404b9307328fa4e2c929f813b6b092 (diff)
downloadcandle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.tar.gz
candle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.tar.bz2
candle-d7f729fb8f1d4b224f18ca3d7ae1163afe57a094.zip
Refactor the hierarchy.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 97923e96..00000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-clean-ptx:
- find target -name "*.ptx" -type f -delete
- echo "" > kernels/src/lib.rs
- touch kernels/build.rs
-
-clean:
- cargo clean
-
-test:
- cargo test
-
-all: test