Skip to content
Snippets Groups Projects
Commit 2e94d105 authored by Andrew E. Torda's avatar Andrew E. Torda
Browse files

cleaning in Makefile

parent 6999ed17
No related branches found
No related tags found
No related merge requests found
test_tmp* test_tmp*
ackley_mc ackley_mc
ackley_mc.exe ackley_mc.exe
*.csv
...@@ -34,6 +34,7 @@ clean: ...@@ -34,6 +34,7 @@ clean:
$(GO) clean $(GO) clean
rm -rf bin/* rm -rf bin/*
rm -rf examples/*.csv rm -rf examples/*.csv
rm -rf *.csv
rm -rf */*_delme.* rm -rf */*_delme.*
rm -rf */test_tmp* rm -rf */test_tmp*
rm -rf /tmp/go-build[0-9]* rm -rf /tmp/go-build[0-9]*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment