Skip to content
Snippets Groups Projects
Commit 2177ecea authored by angrave's avatar angrave
Browse files

clean target will also remove the debug dsym directories

parent 2cb504ef
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,5 @@ all : $(PROGS) ...@@ -8,6 +8,5 @@ all : $(PROGS)
$(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ $(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@
clean : clean :
rm -rf $(PROGS) rm -rf $(PROGS) *.dSYM
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