This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
ccmeta
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove all *.out files
master
Nathan R
3 years ago
parent
a60f4c2064
commit
47a3a7a991
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Makefile
+ 5
- 0
Makefile
View File
@ -49,6 +49,11 @@ cleansed : .FORCE
purified
:
.
FORCE
rm -rf tests-c/*.out
rm -rf tests-cpp/*.out
rm -rf tests-err/*.out
rm -rf tests-gnu/*.out
rm -rf tests-knr/*.out
rm -rf tests-std/*.out
spotless
:
clean
tidy
cleansed
purified
Write
Preview
Loading…
Cancel
Save