Skip to content
Snippets Groups Projects
Commit 49fd78a7 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

The Makefile in every directory that can generate a .dSYM should also clean .dSYM files

parent 4748599a
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,5 @@ mkconfig: mkpichex.c mkpichex.c
@gcc $(CFLAGS) -o mkpichex mkpichex.c
clean:
@rm -f *.o *.a *~ .*.swp
@rm -f *.o *.a *.dSYM *~ .*.swp
@rm -f mkpichex mkpichex.exe
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment