1 2 3 4 5 6 7
clean: rm -f *core *[%~] *.[oa] *.output rm -f .[a-z]*~ \#* rm -f $(TARGET) distclean realclean: clean rm -f config.* Makefile