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