git.rcrnstn.net
Files
Commits
Stats
Network
Graph
rcrnstn/dotfiles-cmake
.local
bin
cmake-clean
Browse code
Add commands
Robert Cranston
authored on 17/05/2022 20:17:43
Showing 1 changed files
.local/bin/cmake-clean
History
View file @ 8a6acd3
1
1
new file mode 100755
...
...
@@ -0,0 +1,3 @@
1
+#!/bin/sh
2
+
3
+cmake --build '_build' --target 'clean' "$@"