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
Clean also removes dSYM directories.
master
Ian Piumarta
2 years ago
parent
51d648e7e1
commit
886cf28409
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/Makefile
+ 1
- 0
src/Makefile
View File
@ -39,6 +39,7 @@ $(MAIN) : $(MAIN).c object.c buffer.h
clean
:
.
FORCE
rm -f
$(
MAIN
)
$(
MAIN
)
.c
rm -f *~
$(
MAIN
)
-output.out
rm -rf *.dSYM
tidy
:
.
FORCE
rm -f *~
$(
MAIN
)
-tree.out
Write
Preview
Loading…
Cancel
Save