mirror of
https://github.com/Fishwaldo/Fuzzylite.git
synced 2025-03-15 11:21:36 +00:00
4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/bin/bash
|
|
make -f Makefile clean
|
|
rm -rf bin lib build CMakeFiles Makefile CMakeCache.txt cmake_install.cmake
|
|
|