This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
learning-by-doing
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add removing of dSYM folder in clean target
master
T. Meissner
10 years ago
parent
f1af7fddc0
commit
66e5b090c1
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
21st_century_c/Makefile
+ 1
- 0
21st_century_c/Makefile
View File
@ -22,3 +22,4 @@ clean :
rm -f boxes
rm -f show_tree
rm -f simple_cplx
rm -rf *.dSYM
Write
Preview
Loading…
Cancel
Save