Introduce a 'veryclean' target that is like 'distclean'
[p5sagit/p5-mst-13.2.git] / x2p / Makefile.SH
index ce5c46c..be09401 100755 (executable)
@@ -138,6 +138,9 @@ realclean: clean
        rm -f core $(addedbyconf) all malloc.c
        rm -f $(FIRSTMAKEFILE) $(FIRSTMAKEFILE).old
 
+veryclean: realclean
+       rm -f *~ *.orig
+
 # The following lint has practically everything turned on.  Unfortunately,
 # you have to wade through a lot of mumbo jumbo that can't be suppressed.
 # If the source file has a /*NOSTRICT*/ somewhere, ignore the lint message