Skip to content
Snippets Groups Projects
Commit 9cea3319 authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Remove all kinds of generated files on make clean

parent 2c877d0b
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,9 @@ alc: $(ALC_OBJS) alc$(SUFFIX)
.PHONY: clean
clean:
find -regextype posix-egrep -regex ".*((\.(cmi|cmo|cma|cmx|o|cmxa))|~)$$" -delete
$(RM) -f .depend
$(RM) -f $(PROGS)
$(RM) -f *.a
.PHONY: depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment