Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Latest commit

 

History

History
History
executable file
·
11 lines (11 loc) · 311 Bytes

File metadata and controls

executable file
·
11 lines (11 loc) · 311 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
echo
echo "Cleaning reflex"
cd lib; make -f Make distclean; cd -
cd src; make -f Make distclean; cd -
cd unicode; make -f Make clean; cd -
cd tests; make -f Make clean; cd -
cd examples; make -f Make clean; cd -
rm -f Makefile config.h config.status config.log stamp-h1
echo
echo "OK"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.