Browse Source

add removing of dSYM folder in clean target

master
T. Meissner 9 years ago
parent
commit
66e5b090c1
1 changed files with 1 additions and 0 deletions
  1. +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

Loading…
Cancel
Save